aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-23 23:03:47 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-23 23:03:47 +1200
commit2108fb5e9c56e60065d3267edb18eefecdd61049 (patch)
tree1de832aac074fec5b738e95cc956e719198aa4de
parent22c002c4cacccfcd04c2608976e270598813941a (diff)
downloadpgm-interlace-2108fb5e9c56e60065d3267edb18eefecdd61049.tar.xz
Misc fixmes list
-rw-r--r--pgm-interlace.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/pgm-interlace.c b/pgm-interlace.c
index 099b916..7596fe5 100644
--- a/pgm-interlace.c
+++ b/pgm-interlace.c
@@ -25,6 +25,13 @@
* SUCH DAMAGE.
*/
+/*
+ * general FIXME:
+ * be strict about initialisation of vars
+ * add func names to error messages
+ * consolidate magic number string to #define or something. hardcoded is evil
+ */
+
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>