summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-07-31 12:19:43 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-07-31 12:19:43 +0000
commitd8bb763ff44e68d01db3fa440888770d3684355f (patch)
tree608014c593e4085132ff0e45b8bf2a5d94cc097d /src/main/ScheduleInterface.c
parente322fb9482620e480767b2a73f19aab0558e37fe (diff)
Delimit timer info with "=" instead of "-" to make it more readable.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3810 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 76359b81..e04c8a46 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -2524,7 +2524,7 @@ static void CCTKi_SchedulePrintTimerInfo(cTimerData *timer,
/* print delimiter line */
if (*where == 0)
{
- PrintDelimiterLine ('-', timer);
+ PrintDelimiterLine ('=', timer);
}
}