From faebfd17d5eaff9f7a3007ea808ec060c69b8ae9 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Mon, 4 Apr 2016 17:47:05 +1200 Subject: Remove crusty comment --- fractal-gen.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fractal-gen.c b/fractal-gen.c index ed1bab3..25b70c1 100644 --- a/fractal-gen.c +++ b/fractal-gen.c @@ -204,7 +204,6 @@ bool args_parse_okay(const int argc, const char **argv) return false; } - /* FIXME replace assertions with useful messages */ if (size <= 0) { fprintf(stderr, "size should be positive\n"); -- cgit v1.1