don't return a value in a void function

diff --git a/src/bsc_hack.c b/src/bsc_hack.c
index 39301e6..e2746e3 100644
--- a/src/bsc_hack.c
+++ b/src/bsc_hack.c
@@ -791,7 +791,7 @@
 	u_int8_t mi[128];
 	unsigned int mi_len;
 
-return 0;
+return;
 
 	if (llist_empty(&pending_stations)) {
 		DEBUGP(DPAG, "pag_timer_cb but no pending mobile stations\n");