diff src/dmlib.h @ 831:a855f88f86ee

Reorder internal error code.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 23 May 2014 21:31:30 +0300
parents 091461e0213f
children 27949209238b
line wrap: on
line diff
--- a/src/dmlib.h	Sat May 17 23:28:53 2014 +0300
+++ b/src/dmlib.h	Fri May 23 21:31:30 2014 +0300
@@ -35,6 +35,8 @@
     // General error codes
     DMERR_OK = 0,
     DMERR_PROGRESS,     // Status OK, but operation in progress
+
+    DMERR_INTERNAL,
 	
     DMERR_FOPEN,
     DMERR_FREAD,
@@ -54,8 +56,6 @@
     DMERR_EXTRA_DATA,
     DMERR_BOUNDS,
 
-    DMERR_INTERNAL,
-
     // PACK-file subsystem
     DMERR_NOTPACK,
     DMERR_VERSION,