diff tools/lib64gfx.h @ 937:51dc33efd126

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Feb 2015 20:33:57 +0200
parents 5104a7c87d7b
children ff18d2511843
line wrap: on
line diff
--- a/tools/lib64gfx.h	Wed Feb 25 20:31:54 2015 +0200
+++ b/tools/lib64gfx.h	Wed Feb 25 20:33:57 2015 +0200
@@ -148,6 +148,8 @@
     DT_LAST,
 };
 
+#define D64_MAX_ENCDEC_OPS 16
+
 
 typedef struct _DMC64EncDecOp
 {
@@ -160,9 +162,6 @@
 } DMC64EncDecOp;
 
 
-#define D64_MAX_ENCDEC_OPS 16
-
-
 typedef struct _DMC64ImageFormat
 {
     int  type;   // Type flags, see D64_FMT_*