summaryrefslogtreecommitdiffstats
path: root/genext.c
diff options
context:
space:
mode:
Diffstat (limited to 'genext.c')
-rw-r--r--genext.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/genext.c b/genext.c
index 486af09..4d34bbe 100644
--- a/genext.c
+++ b/genext.c
@@ -52,8 +52,9 @@ int main(int argc, char *argv[])
struct extension ext;
char pathname[256];
FILE *fp;
+ char options_error[256];
- if (!read_options()) {
+ if (!read_options(options_error)) {
PERROR("%s", options_error);
return(-1);
}