Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3487 → Rev 3488

/trunk/uspace/app/tester/tester.c
147,6 → 147,8
}
}
 
return 0;
}
 
/** @}
/trunk/uspace/app/tester/ipc/send_sync.c
35,7 → 35,6
{
int phoneid;
int res;
static int msgid = 1;
char c;
 
printf("Select phoneid to send msg: 2-9 (q to skip)\n");