diff options
| author | Amos Kong | 2012-09-29 07:36:21 +0200 |
|---|---|---|
| committer | Stefan Hajnoczi | 2012-10-05 15:10:21 +0200 |
| commit | 4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602 (patch) | |
| tree | ee0e196c5bc3d4cb7702ff55c5bf7464c86a8783 /ui | |
| parent | qemu-sockets: Fix compiler warning (regression for MinGW) (diff) | |
| download | qemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.tar.gz qemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.tar.xz qemu-4d5b97da35ecbfdad6fe1cbe7fdd7d71ef735602.zip | |
cleanup useless return sentence
This patch cleans up return sentences in the end of void functions.
Reported-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/vnc-auth-sasl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/vnc-auth-sasl.c b/ui/vnc-auth-sasl.c index 8fba7702c2..9a0ad30a94 100644 --- a/ui/vnc-auth-sasl.c +++ b/ui/vnc-auth-sasl.c @@ -619,7 +619,6 @@ void start_auth_sasl(VncState *vs) authabort: vnc_client_error(vs); - return; } |
