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