X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fstr-esc.c;h=1796a7041a3c38e21a8c6f8df50edd584bc09955;hb=bfca2c42bc0e749f8611339568be502f22ac5e9c;hp=97bbe387e79a95c3c4b14ad6f07330368b7064c1;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/str-esc.c b/ucw/str-esc.c index 97bbe387..1796a704 100644 --- a/ucw/str-esc.c +++ b/ucw/str-esc.c @@ -15,8 +15,6 @@ #include "ucw/chartype.h" #include -/* Expands C99-like escape sequences. - * It is safe to use the same buffer for both input and output. */ char * str_unesc(char *d, const char *s) {