diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-04-04 17:47:05 +1200 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-04-04 17:47:05 +1200 |
commit | faebfd17d5eaff9f7a3007ea808ec060c69b8ae9 (patch) | |
tree | 51a7eb1c07e830d56717523930ddaa859816cf41 | |
parent | 847286a28b4fdb45e21a114a60bdfe9008efec4b (diff) | |
download | fractal-gen-faebfd17d5eaff9f7a3007ea808ec060c69b8ae9.tar.xz |
Remove crusty comment
-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"); |