aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>