From 013c549126f40791fed79fb0cd1de2ef908a3ee2 Mon Sep 17 00:00:00 2001 From: "munkyu.im" Date: Thu, 31 Jan 2013 20:06:15 +0900 Subject: [PATCH] extra: fix typo Signed-off-by: munkyu.im --- tizen/src/skin/maruskin_operation.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tizen/src/skin/maruskin_operation.c b/tizen/src/skin/maruskin_operation.c index 52a5e36..a9d72a3 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 -- 2.7.4