summaryrefslogtreecommitdiffstats
path: root/src/vhdlscanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdlscanner.l')
-rw-r--r--src/vhdlscanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdlscanner.l b/src/vhdlscanner.l
index 2d3288b..a6966cd 100644
--- a/src/vhdlscanner.l
+++ b/src/vhdlscanner.l
@@ -207,7 +207,7 @@ static void deleteSpecChars(char* str,char *buf)
{
if ((*str == '\t') || (*str == '\n') || (*str == '\r') || (*str == ' '))
{
- *str++;
+ str++;
}
else
{