diff options
Diffstat (limited to 'src/resources/db/palettedb.cpp')
-rw-r--r-- | src/resources/db/palettedb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/db/palettedb.cpp b/src/resources/db/palettedb.cpp index 987f20389..fd61f20f5 100644 --- a/src/resources/db/palettedb.cpp +++ b/src/resources/db/palettedb.cpp @@ -60,7 +60,7 @@ void PaletteDB::loadPalette() } if (*it != "GIMP Palette") { - reportAlways("wrong GIMP palette file"); + reportAlways("wrong GIMP palette file") return; } ++ it; |