]> diplodocus.org Git - nmh/blobdiff - sbr/concat.c
And removed another improperly copied comment.
[nmh] / sbr / concat.c
index 82979f5aa0229e529000fe293279be5b4cc70e45..f5cf1aea816478e5effcf71546d6551f09d984ae 100644 (file)
@@ -13,7 +13,7 @@
 
 
 char *
-concat (char *s1, ...)
+concat (const char *s1, ...)
 {
     char *cp, *dp, *sp;
     size_t len;