]> git.sur5r.net Git - i3/i3/commitdiff
cmdparse: don’t allow empty operations
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 22:03:25 +0000 (23:03 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 14 Mar 2011 22:03:25 +0000 (23:03 +0100)
src/cmdparse.y

index 5eb4a0b11b6f1a730a5693d2d30e55d94f3ffbb7..14fbbf907e81f8d01d64d077b71a2fc2bc8bfab9 100644 (file)
@@ -277,7 +277,7 @@ criteria:
     ;
 
 operations:
-    operation optwhitespace
+    operation optwhitespace
     | operations ',' optwhitespace operation
     ;