about summary refs log tree commit diff
path: root/generator
diff options
context:
space:
mode:
Diffstat (limited to 'generator')
-rw-r--r--generator/ppmrough.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/ppmrough.c b/generator/ppmrough.c
index e749c9c2..626ee989 100644
--- a/generator/ppmrough.c
+++ b/generator/ppmrough.c
@@ -47,7 +47,7 @@ parseCommandLine(int argc, const char ** argv,
 
     unsigned int option_def_index;
 
-    MALLOCARRAY(option_def, 100);
+    MALLOCARRAY_NOFAIL(option_def, 100);
 
     option_def_index = 0;   /* incremented by OPTENTRY */
     OPTENT3(0, "width",       OPT_UINT,   &cmdlineP->width,   NULL, 0);