diff options
-rw-r--r-- | plugin-img.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin-img.h b/plugin-img.h index 9d740e4..8523a79 100644 --- a/plugin-img.h +++ b/plugin-img.h @@ -46,7 +46,7 @@ extern const gchar *FMT[3]; * * */ -/* ACHTUNG: byte order in the file is BIG-ENDIAN - lowest byte comes first */ +/* ACHTUNG: byte order in the file is LITTLE-ENDIAN - lowest byte comes first */ typedef struct _FileHeader { guint8 fmt; /* 0 - RGB565, 1 - RGB, 2 - RGBA) */ |