]> andersk Git - splint.git/blobdiff - src/cscannerHelp.c
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / cscannerHelp.c
index e5c6e51c0e77fe4d21716f40544c5248ff7073fd..91a03c4813527ac4f41c308bc7c1d726a2236194 100644 (file)
@@ -747,9 +747,7 @@ bool cscannerHelp_handleSpecial (char *yyt)
        }
 
       llassert (*tmp == '\"');
-
       tmp++;
-
       fname = tmp;
       
       while (*tmp != '\"' && *tmp != '\0')
@@ -758,7 +756,6 @@ bool cscannerHelp_handleSpecial (char *yyt)
        }
 
       llassert (*tmp == '\"');
-
       *tmp = '\0';
 
 # if defined(OS2) || defined(MSDOS) || defined(WIN32)
This page took 0.058149 seconds and 4 git commands to generate.