summaryrefslogtreecommitdiff
path: root/src/libicalvcal/vcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libicalvcal/vcc.c')
-rw-r--r--src/libicalvcal/vcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libicalvcal/vcc.c b/src/libicalvcal/vcc.c
index 73571ac0..5740a2de 100644
--- a/src/libicalvcal/vcc.c
+++ b/src/libicalvcal/vcc.c
@@ -1097,12 +1097,12 @@ int yylex() {
case ':': {
/* consume all line separator(s) adjacent to each other */
/* ignoring linesep immediately after colon. */
-/* c = lexLookahead();
+ c = lexLookahead();
while (strchr("\n",c)) {
lexSkipLookahead();
c = lexLookahead();
++mime_lineNum;
- }*/
+ }
DBG_(("db: COLON\n"));
return COLON;
}