]> diplodocus.org Git - nmh/commitdiff
Replace `(char *)0' et al with `NULL'.
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 22:27:12 +0000 (23:27 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 19 Oct 2016 22:27:12 +0000 (23:27 +0100)
None of them are vararg parameters.

sbr/fmt_scan.c

index b0beeb23a64889961f3ae6187b1d53e8ca1b7497..b76033a342dfd5d32f9fb3d3bf52d0878259e6a6 100644 (file)
@@ -1185,5 +1185,5 @@ fmt_scan (struct format *format, charstring_t scanlp, int width, int *dat,
        }
     }
 
        }
     }
 
-    return ((struct format *)0);
+    return (NULL);
 }
 }