aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor <pashev.igor@gmail.com>2009-10-29 10:53:06 +0300
committerIgor <pashev.igor@gmail.com>2009-10-29 10:53:06 +0300
commit1a872719b4ac13f261539f435c33e881576aff80 (patch)
treedbf9773b0a25a4ab81420f5d57d877bf6a50a5bc
parent629cb019b8641c1278309bb3aa53463c4a4ac66f (diff)
downloadgimp-plugin-img-1a872719b4ac13f261539f435c33e881576aff80.tar.gz
Fixed comment
-rw-r--r--plugin-img.h2
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) */