aboutsummaryrefslogtreecommitdiff
path: root/src/lpf-stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpf-stop.c')
-rw-r--r--src/lpf-stop.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lpf-stop.c b/src/lpf-stop.c
index a42806c..3bb4e58 100644
--- a/src/lpf-stop.c
+++ b/src/lpf-stop.c
@@ -116,10 +116,8 @@ lpf_stop_set_property (GObject *object,
}
}
-/**
- * calc_delay: Calculate the time difference between planned and
- * real time in minutes
- */
+/* calc_delay: Calculate the time difference between planned and real time in
+ * minutes */
static gint
calc_delay(GDateTime *planned, GDateTime *real)
{