changeset 937:51dc33efd126

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 25 Feb 2015 20:33:57 +0200
parents 5104a7c87d7b
children ba812817a281
files tools/lib64gfx.h
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
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_*