diff options
Diffstat (limited to 'fractal-gen.c')
-rw-r--r-- | fractal-gen.c | 1 |
1 files changed, 0 insertions, 1 deletions
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"); |