From: munkyu.im Date: Thu, 31 Jan 2013 11:06:15 +0000 (+0900) Subject: extra: fix typo X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1087 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=013c549126f40791fed79fb0cd1de2ef908a3ee2;p=sdk%2Femulator%2Fqemu.git extra: fix typo Signed-off-by: munkyu.im --- diff --git a/tizen/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index 52a5e36fc4..a9d72a3e3c 100644 --- a/tizen/src/skin/maruskin_operation.c +++ b/tizen/src/skin/maruskin_operation.c @@ -563,12 +563,12 @@ static void* run_timed_shutdown_thread( void* args ) { #if defined(CONFIG_USE_SHM) if (shmctl(g_shmid, IPC_RMID, 0) == -1) { ERR("shmctl failed\n"); - perror("maru_sdl.c: "); + perror("maruskin_operation.c:g_shmid: "); } if (shmctl(port_shmid, IPC_RMID, 0) == -1) { ERR("shmctl failed\n"); - perror("maru_sdl.c: "); + perror("maruskin_operation.c:port_shmid: "); } #endif