aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 17:47:05 +1200
committerDavid Phillips <dbphillipsnz@gmail.com>2016-04-04 17:47:05 +1200
commitfaebfd17d5eaff9f7a3007ea808ec060c69b8ae9 (patch)
tree51a7eb1c07e830d56717523930ddaa859816cf41
parent847286a28b4fdb45e21a114a60bdfe9008efec4b (diff)
downloadfractal-gen-faebfd17d5eaff9f7a3007ea808ec060c69b8ae9.tar.xz
Remove crusty comment
-rw-r--r--fractal-gen.c1
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");