diff options
Diffstat (limited to 'usrbin/main.c')
| -rw-r--r-- | usrbin/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrbin/main.c b/usrbin/main.c index f05cb84..4706ceb 100644 --- a/usrbin/main.c +++ b/usrbin/main.c @@ -47,7 +47,7 @@ void pid2(void) { sleep(1); if(time() == 2) kill(1, 1); - printf("0x%04x:0x%08x: 0x%08x, 0x%08x\n", getpid(), (uint32_t) getpdir(), time(), x++); + printf("0x%04X:0x%08X: 0x%08X, 0x%08X\n", getpid(), (uint32_t) getpdir(), time(), x++); if(x > 3) kill(getpid(), SIGKILL); |
