diff --git a/tests/tests2/128_run_atexit.c b/tests/tests2/128_run_atexit.c index c3ff1fea..0748c86f 100644 --- a/tests/tests2/128_run_atexit.c +++ b/tests/tests2/128_run_atexit.c @@ -25,7 +25,7 @@ void cleanup4(int ret, void *arg) printf ("%d %s\n", ret, (char *) arg); } -void __attribute__((destructor)) cleanup5(void) +void __attribute((destructor)) cleanup5(void) { printf ("cleanup5\n"); }