summaryrefslogtreecommitdiff
path: root/pr/tests/parsetm.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/tests/parsetm.c')
-rw-r--r--pr/tests/parsetm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/tests/parsetm.c b/pr/tests/parsetm.c
index be1fc491..d4629dd4 100644
--- a/pr/tests/parsetm.c
+++ b/pr/tests/parsetm.c
@@ -46,7 +46,7 @@ static void PrintExplodedTime(const PRExplodedTime *et) {
}
hourOffset = totalOffset / 3600;
minOffset = (totalOffset % 3600) / 60;
- if (debug_mode)
+ if (debug_mode)
printf("%s%02ld%02ld ", sign, hourOffset, minOffset);
}