http://marcin-wiacek.fkn.pl/english/zips/mygnokii.tar.gz
[gnokii.git] / include / gsm-common.h
index 2ae6974..e0abef1 100644 (file)
@@ -301,11 +301,11 @@ typedef enum {
   GE_WRONGCOLORS,           /* Wrong colors in bitmap file */
   GE_INVALIDFILEFORMAT,     /* Invalid format of file */
   GE_SUBFORMATNOTSUPPORTED, /* Subformat of file not supported */
-  GE_TOOSHORT,              /* Too short file, structure, etc. to read */
+  GE_TOOSHORT,              /* Too short file, structure, etc. to read */ /*30*/
   GE_TOOLONG,               /* Too long file, structure, etc. to read */
   GE_INVALIDIMAGESIZE,      /* Invalid size of bitmap (in file, etc.) */
   GE_BUSY,                  /* Command is still being executed. */
-  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */
+  GE_UNKNOWN,               /* Unknown error - well better than nothing!! */ /*34*/
   GE_NOACCESS,
   GE_USERCANCELED,
   GE_MEMORYFULL,