From 5348f76aa9352e0a67de9bba66daf8c5a4106720 Mon Sep 17 00:00:00 2001 From: Jef Poskanzer Date: Sat, 9 Nov 2013 14:26:01 -0800 Subject: [PATCH] Typo in test code. --- src/t_timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/t_timer.c b/src/t_timer.c index 936fec0..c4ccbe3 100644 --- a/src/t_timer.c +++ b/src/t_timer.c @@ -28,7 +28,7 @@ timer_proc( TimerClientData client_data, struct timeval* nowP ) int main(int argc, char **argv) { - struct Timer *tp; + Timer *tp; flag = 0; tp = tmr_create((struct timeval*) 0, timer_proc, JunkClientData, 3000000, 0);