X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=carl9170fw%2Fconfig%2Fpreprocess.c;h=0590f86df6e40cfd073100904f3ec5cfbe650f5f;hp=0243086fb16854d9c7555b13f4ad3f3b2b96c456;hb=e59761df994853121b5287a5bf7cef7911f0f146;hpb=b51695c17b7a86ca904192fb7e7d337fa36f4d56 diff --git a/carl9170fw/config/preprocess.c b/carl9170fw/config/preprocess.c index 0243086..0590f86 100644 --- a/carl9170fw/config/preprocess.c +++ b/carl9170fw/config/preprocess.c @@ -114,7 +114,7 @@ static char *do_error_if(int argc, char *argv[]) if (!strcmp(argv[0], "y")) pperror("%s", argv[1]); - return NULL; + return xstrdup(""); } static char *do_filename(int argc, char *argv[])