]> git.sur5r.net Git - i3/i3/commitdiff
fix doc error: missing opening brace (Thanks bitonic)
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 3 Nov 2012 10:47:27 +0000 (11:47 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 3 Nov 2012 10:47:27 +0000 (11:47 +0100)
lib/AnyEvent/I3.pm

index b0bf2a0971d55485b4af7358c301daed8f814c4e..309a11c0928c3da3d72cae90f121b9043f5ba399 100644 (file)
@@ -277,7 +277,7 @@ key being the name of the event and the value being a callback.
         workspace => sub { say "Workspaces changed" }
     );
 
-    if ($i3->subscribe(\%callbacks)->recv->{success})
+    if ($i3->subscribe(\%callbacks)->recv->{success}) {
         say "Successfully subscribed";
     }