summaryrefslogtreecommitdiff
path: root/tools/slang-test
diff options
context:
space:
mode:
Diffstat (limited to 'tools/slang-test')
-rw-r--r--tools/slang-test/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/slang-test/main.cpp b/tools/slang-test/main.cpp
index af9a9b9f0..8eda760d4 100644
--- a/tools/slang-test/main.cpp
+++ b/tools/slang-test/main.cpp
@@ -392,7 +392,7 @@ void skipToEndOfLine(char const** ioCursor)
cursor++;
}
}
- // fall through to:
+ ; // fall through to:
case 0:
*ioCursor = cursor;
return;