contrib/ports/win32: minor change, typo.

This commit is contained in:
fbernon 2008-06-03 10:12:14 +00:00
parent f084d2fca0
commit f044a46228

View File

@ -393,7 +393,7 @@ test_init(void * arg)
#if !NO_SYS
sys_sem_signal(init_sem);
#endif /* NO_SYS */
#endif /* !NO_SYS */
}
/* This is somewhat different to other ports: we have a main loop here: