Fix an issue with files since the adding of xpm saving

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1706 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2011-01-30 19:35:29 +00:00
parent 7150a1ebcd
commit 5a8972d0f9
3 changed files with 16 additions and 13 deletions

View File

@@ -194,12 +194,8 @@ T_Format * Get_fileformat(byte format);
// -- File formats
#ifndef __no_pnglib__
#define NB_KNOWN_FORMATS 19 ///< Total number of known file formats.
#else
// Without pnglib
#define NB_KNOWN_FORMATS 18 ///< Total number of known file formats.
#endif
/// Total number of known file formats
unsigned int Nb_known_formats(void);
// Internal use