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