diff src/utils.cc @ 1363:ed5757e3333b

[project @ 1995-09-05 23:26:59 by jwe]
author jwe
date Tue, 05 Sep 1995 23:26:59 +0000
parents dc9c01f66a19
children 1c39e0686c99
line wrap: on
line diff
--- a/src/utils.cc	Tue Sep 05 23:17:03 1995 +0000
+++ b/src/utils.cc	Tue Sep 05 23:26:59 1995 +0000
@@ -781,7 +781,7 @@
 }
 
 char *
-undo_string_escapes (char *s)
+undo_string_escapes (const char *s)
 {
   ostrstream buf;