aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sdep.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdep.c b/sdep.c
index 389f17d..6f2b517 100644
--- a/sdep.c
+++ b/sdep.c
@@ -16,7 +16,7 @@
16 * Default date format. Anything that strftime(3) understands works, but 16 * Default date format. Anything that strftime(3) understands works, but
17 * it should determine a date completely up to the minute. 17 * it should determine a date completely up to the minute.
18 */ 18 */
19static char *default_format = "%Y-%m-%d %H:%M"; 19static char *default_format = "%Y-%m-%d %H:%M";
20 20
21typedef struct Event Event; 21typedef struct Event Event;
22typedef struct EventList EventList; 22typedef struct EventList EventList;
@@ -120,9 +120,9 @@ default_op(void)
120} 120}
121 121
122/* 122/*
123* Saves the events in ev[] that happen between op->from and op->to in sel[] 123 * Saves the events in ev[] that happen between op->from and op->to in sel[]
124* sorted by date and returns their number. 124 * sorted by date and returns their number.
125*/ 125 */
126static int 126static int
127events_in_range(EventList *evlist, Options op, Event *sel) 127events_in_range(EventList *evlist, Options op, Event *sel)
128{ 128{

Generated with cgit - Back to sebastiano.tronto.net