summaryrefslogtreecommitdiff
path: root/tests/test-rescan-r/scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-rescan-r/scanner.l')
-rw-r--r--tests/test-rescan-r/scanner.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-rescan-r/scanner.l b/tests/test-rescan-r/scanner.l
index 3357ce8..2b4c0eb 100644
--- a/tests/test-rescan-r/scanner.l
+++ b/tests/test-rescan-r/scanner.l
@@ -74,7 +74,7 @@ main (int argc, char* const argv[])
printf("Test 2: Rescanning with new scanner each time.\n");
- memset(&yyscanner,0,sizeof(yyscanner)); // Just to be clean about it.
+ memset(&yyscanner,0,sizeof(yyscanner)); /* Just to be clean about it. */
for (i=0; i < 4; ++i){
yyscan_t s;