diff options
Diffstat (limited to 'lib/printf_test.c')
-rw-r--r-- | lib/printf_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/printf_test.c b/lib/printf_test.c index 9763b7b1..3981d3da 100644 --- a/lib/printf_test.c +++ b/lib/printf_test.c @@ -56,7 +56,7 @@ t_simple(void) BSPRINTF(2, "-1", buf, "%d", -1); BSPRINTF(11, "-2147483648", buf, "%d", -2147483648); - return BT_SUCCESS; + return 1; } int |