From c54cdecc12c07361784734e871f85456a84b7c5e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 24 May 2011 08:16:12 -0500 Subject: emulator: Get rid of return at the end of func --- src/emulator.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/emulator.c b/src/emulator.c index 62f09293..e3697e70 100644 --- a/src/emulator.c +++ b/src/emulator.c @@ -291,8 +291,6 @@ error: g_at_server_send_final(server, G_AT_SERVER_RESULT_ERROR); break; } - - return; } static struct indicator *find_indicator(struct ofono_emulator *em, -- cgit v1.2.3