]> diplodocus.org Git - nmh/blobdiff - sbr/strdup.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / sbr / strdup.c
index 05a017e5dc2404ad2597e505f9f8835a41e8c70e..18df0105fb45ac513b2021d8d91e3928d606111c 100644 (file)
@@ -9,7 +9,7 @@
 
 
 char *
-strdup (char *str)
+strdup (const char *str)
 {
     char *cp;
     size_t len;