summaryrefslogtreecommitdiffstats
path: root/test/err_compat.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/err_compat.c')
-rw-r--r--test/err_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/err_compat.c b/test/err_compat.c
index 7e0bc4e..d2d039a 100644
--- a/test/err_compat.c
+++ b/test/err_compat.c
@@ -503,7 +503,7 @@ main(void)
HDprintf("All error API tests passed.\n");
return 0;
- error:
+error:
HDprintf("***** ERROR TEST FAILED! *****\n");
return 1;
}