summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2008-01-29 16:14:04 -0500
committerWilliam Jon McCann <mccann@jhu.edu>2008-01-29 16:14:04 -0500
commitc08f52a53901cda1082a010cb2d6b013f3ae50a4 (patch)
tree2321778d4c2df1c97f7de03b250f309ff6a94eca /src
parent1a545ba0744532f2936899806523214d3a067769 (diff)
add a helper to write a system start record to the CK history
Diffstat (limited to 'src')
-rw-r--r--src/ck-log-event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ck-log-event.c b/src/ck-log-event.c
index 172776e..f099b89 100644
--- a/src/ck-log-event.c
+++ b/src/ck-log-event.c
@@ -465,7 +465,7 @@ add_log_for_system_restart (GString *str,
static void
add_log_for_system_start (GString *str,
- CkLogEvent *event)
+ CkLogEvent *event)
{
CkLogSystemStartEvent *e;