summaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.c b/tests/main.c
index 191f0dd..ff7560d 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -22,7 +22,7 @@ int main() {
padded_testname[j] = test_names[i][j];
j++;
}
- while (j < max_test_name_size + 2) {
+ while (j < max_test_name_size + 2 - 1) {
padded_testname[j++] = ' ';
}
padded_testname[j] = 0;