one-character typo fix
authoraland <aland>
Thu, 21 Apr 2005 22:06:06 +0000 (22:06 +0000)
committeraland <aland>
Thu, 21 Apr 2005 22:06:06 +0000 (22:06 +0000)
src/lib/print.c

index e7cd9fe..cca022a 100644 (file)
@@ -236,7 +236,7 @@ static const char *vp_tokens[] = {
   "=~",
   "!~",
   "=*",
-  "~*",
+  "!*",
   "==",
   "#",
   "<BARE-WORD>",