From 6276436bfa71fb22c4cb2ff09faa8d75e4c473a1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 02:39:22 +0200 Subject: Remove pointless return statements at the end of void functions. Signed-off-by: Ralf Baechle --- call/call.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'call/call.c') diff --git a/call/call.c b/call/call.c index 9ad8e41..ec391b2 100644 --- a/call/call.c +++ b/call/call.c @@ -1023,8 +1023,6 @@ void writeincom(int mode, t_win * win_in, unsigned char buf[], int bytes) /* waddnstr(win_in->ptr, buf, bytes); */ wrefresh(win_in->ptr); - - return; } int getstring(wint * wintab, char text[], char buf[]) @@ -1521,7 +1519,6 @@ void statbits(int mode, char stat, int m) addch(stat); attroff(A_REVERSE); refresh(); - return; } -- cgit v1.2.3