Typo in test code.

This commit is contained in:
Jef Poskanzer 2013-11-09 14:26:01 -08:00
parent 32ebd649b3
commit 5348f76aa9

View File

@ -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);