X-Git-Url: https://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=include%2Fgsm-common.h;h=dbbe24ab9d2f396235fd4126fde9e71a5d65175c;hp=c91a4c50f166c9a30474d3fbd532e822b4493878;hb=82bcbc2300f764bcb3551b152a0a961f4fef5e66;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/include/gsm-common.h b/include/gsm-common.h index c91a4c5..dbbe24a 100644 --- a/include/gsm-common.h +++ b/include/gsm-common.h @@ -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, @@ -314,6 +314,7 @@ typedef enum { GE_INVALIDBOOKMARKLOCATION, GE_INSIDESETTINGSMENU, GE_INVALIDSETTINGSLOCATION, + GE_EMPTYSMSC, /* The following are here in anticipation of data call requirements. */