diff options
Diffstat (limited to 'tests/obscure.c')
-rw-r--r-- | tests/obscure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/obscure.c b/tests/obscure.c index 190ff09..7b6f1fd 100644 --- a/tests/obscure.c +++ b/tests/obscure.c @@ -5,7 +5,7 @@ typedef char* packet_t; -int main() { +int main(void) { packet_t *data = array_new(packet_t, 0); packet_t el_0 = malloc(128); memset(el_0, 42, 128); |