monitor: Remove uneeded 'return' statement
authorLuiz Capitulino <lcapitulino@redhat.com>
Tue, 9 Jun 2009 21:22:20 +0000 (18:22 -0300)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 10 Jun 2009 16:46:08 +0000 (19:46 +0300)
commitcca51a878c0fdf7820fff1e9d15281d3cabcb5f2
tree8400d0f8f1b2fc575f2f6d98da3eec4ef954bb2c
parent411908d03b2c081429356a1179a0c78591494068
monitor: Remove uneeded 'return' statement

The 'return' statement at the of monitor_handle_command() is not
needed and can be removed.

Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
monitor.c