remove typo

This commit is contained in:
Stefan Lankes 2012-06-11 17:41:04 +02:00
parent e230fdcf15
commit e8ec97923f

View file

@ -174,7 +174,7 @@ static void tcpip_init_done(void* arg)
{
sys_sem_t* sem = (sys_sem_t*)arg;
kprintf("LwIP's tcpip thread has task id %dn", per_core(current_task)->id);
kprintf("LwIP's tcpip thread has task id %d\n", per_core(current_task)->id);
sys_sem_signal(sem);
}