aboutsummaryrefslogtreecommitdiff
path: root/tst/va_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tst/va_test.c')
-rw-r--r--tst/va_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/va_test.c b/tst/va_test.c
index 96cd65d..9457239 100644
--- a/tst/va_test.c
+++ b/tst/va_test.c
@@ -20,5 +20,5 @@ int main()
espik_debug_print ("a : %d", a);
- return (0);
+ return 0;
}