summaryrefslogtreecommitdiff
path: root/apps/plugins/png/png.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/png/png.h')
-rw-r--r--apps/plugins/png/png.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/plugins/png/png.h b/apps/plugins/png/png.h
index 50ae334ad0..4699e24e70 100644
--- a/apps/plugins/png/png.h
+++ b/apps/plugins/png/png.h
@@ -359,8 +359,8 @@ You are free to name this file lodepng.cpp or lodepng.c depending on your usage.
359#endif 359#endif
360#endif 360#endif
361 361
362#define PLUGIN_OTHER 10 /* State code for output with return. */ 362#define PLUGIN_OTHER 10 /* State code for output with return. */
363#define PLUGIN_REFRESH 11 /* State code for output with return. */ 363#define PLUGIN_ABORT 11
364#define PLUGIN_ABORT 12 364#define PLUGIN_OUTOFMEM 12
365#define OUT_OF_MEMORY 9900 365#define OUT_OF_MEMORY 9900
366#define FILE_TOO_LARGE 9910 366#define FILE_TOO_LARGE 9910