]> git.tue.mpg.de Git - paraslash.git/commit
gui: Avoid bogus "key is not bound" message.
authorAndre Noll <maan@systemlinux.org>
Thu, 22 Apr 2010 07:27:24 +0000 (09:27 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 22 Apr 2010 07:27:24 +0000 (09:27 +0200)
commit688713e9970982cf9d124b956f18a7640d3bd042
tree1109f1551a7b62593b0dc92744ed6bb6a45855e6
parentd656b93201ccb745f267a847b07e9dfa3b33f9f5
gui: Avoid bogus "key is not bound" message.

Commit 0e4306dd5162a2850e623bf3082b3f7291aaad45 introduced a
bug causing para_gui to print a "key not found" message after
each command. Fix it by inserting a missing return statement.
gui.c