]> andersk Git - splint.git/blobdiff - src/cstring.c
Fixed bug reproted by Jim Francis. Bug was triggered by running splint on typedef...
[splint.git] / src / cstring.c
index 8c877b2c3892081aa9d7e9b6afd736e35a3c3034..04fa8a299c9d642ff4b7d198678b5e026e9463ab 100644 (file)
@@ -935,7 +935,7 @@ static mstring doExpandEscapes (cstring s, /*@out@*/ int * len)
              retPtr++;
            }
          
-         // Handle Octal escapes 
+         /* Handle Octal escapes  */
          else if (*ptr >= '0' && *ptr <= '9' )
            {
              int total;
This page took 0.031642 seconds and 4 git commands to generate.