Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)

This commit is contained in:
Adam Jackson 2004-10-13 14:33:49 +00:00
parent f58c61ddb5
commit 886df0926f

View file

@ -649,6 +649,7 @@ convertPalette(FxU32 data[256], const struct gl_color_table *table)
}
return GR_TEXTABLE_PALETTE_6666_EXT;
}
abort();
}