]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
typerules: adding missing comma to typeNames array
authorDavid Oxley <git@psi.epsilon.org.uk>
Tue, 19 Apr 2011 16:10:49 +0000 (12:10 -0400)
committerAidan Van Dyk <mountie@cherry.home.highrise.ca>
Wed, 29 Jun 2011 13:34:41 +0000 (09:34 -0400)
libhylafax/TypeRules.c++

index c012ea46524d85063f0b19ae26e737c137404f42..54d9b8a7e5429c3f51fb1a4dc1c4ccd80bbd4611 100644 (file)
@@ -66,7 +66,7 @@ TypeRule::TypeRule(const TypeRule& other)
 }
 
 static const char* typeNames[] =
-    { "ascii", "asciiesc", "string", "istring" "address", "byte", "short", "long" };
+    { "ascii", "asciiesc", "string", "istring", "address", "byte", "short", "long" };
 static const char* opNames[] =
     { "<any>", "=", "!=", "<", "<=", ">", ">=", "&", "^", "!" };
 static const char* resultNames[] = { "tiff", "postscript", "pdf", "pcl", "error" };