From af3cc906185d7273cf82b1339b63843062898120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 6 Feb 2019 12:08:58 +0100 Subject: Code cleanup and add documentation. --- parse.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'parse.h') diff --git a/parse.h b/parse.h index 2752256a..9d95bb22 100644 --- a/parse.h +++ b/parse.h @@ -37,8 +37,7 @@ int handle_kv( vevent* ev, content_line* cline, int line, - // scope_context* s_ctx - parse_ctx* ctx + parse_ctx* ctx ); int parse_file(char* fname, FILE* f, vcalendar* cal); -- cgit v1.2.3