summaryrefslogtreecommitdiff
path: root/source3/utils/make_printerdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/make_printerdef.c')
-rw-r--r--source3/utils/make_printerdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/make_printerdef.c b/source3/utils/make_printerdef.c
index 8b49925ad8..2262111273 100644
--- a/source3/utils/make_printerdef.c
+++ b/source3/utils/make_printerdef.c
@@ -143,7 +143,7 @@ char *find_desc(FILE *fichier,char *text)
char *chaine;
char *long_desc;
char *short_desc;
- char *crap;
+ char *crap = NULL;
char *p;
int found=0;