aboutsummaryrefslogtreecommitdiff
path: root/src/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/timer.c')
-rw-r--r--src/timer.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/timer.c b/src/timer.c
index 1634462..cece63a 100644
--- a/src/timer.c
+++ b/src/timer.c
@@ -22,3 +22,2 @@
22#include <ctype.h> 22#include <ctype.h>
23#include <xalloc.h>
24 23
@@ -184,3 +183,3 @@ timer_format_time (double t)
184 if (!str) 183 if (!str)
185 xalloc_die (); 184 grecs_alloc_die ();
186 return str; 185 return str;
@@ -212,3 +211,3 @@ _fill_meta (void *sym, void *data)
212 if (!buf) \ 211 if (!buf) \
213 xalloc_die (); \ 212 grecs_alloc_die (); \
214 tp->def->kw = buf; \ 213 tp->def->kw = buf; \

Return to:

Send suggestions and report system problems to the System administrator.