Changeset

6265:f8945a030bc6

util.vcard: Add missing local declaration
author Kim Alvefur <zash@zash.se>
date Wed, 28 May 2014 22:09:32 +0200
parents 6264:12a083299bb7
children 6267:8dc9a89ada7d
files util/vcard.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/util/vcard.lua	Wed May 28 21:52:57 2014 +0200
+++ b/util/vcard.lua	Wed May 28 22:09:32 2014 +0200
@@ -17,6 +17,7 @@
 local line_sep = "\n";
 
 local vCard_dtd; -- See end of file
+local vCard4_dtd;
 
 local function fold_line()
 	error "Not implemented" --TODO