Commit 4e1b0d89 authored by Bodo Möller's avatar Bodo Möller
Browse files

avoid "statement not reached" warning

parent 8ce2912f
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -176,7 +176,6 @@ static int add_cmp(const void *ca_void, const void *cb_void)
		/* abort(); */
		/* abort(); */
		return 0;
		return 0;
		}
		}
	return(1); /* should not get here */
	}
	}


static int init_added(void)
static int init_added(void)