extra: fix typo
authormunkyu.im <munkyu.im@samsung.com>
Thu, 31 Jan 2013 11:06:15 +0000 (20:06 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Thu, 31 Jan 2013 11:06:15 +0000 (20:06 +0900)
Signed-off-by: munkyu.im <munkyu.im@samsung.com>
tizen/src/skin/maruskin_operation.c

index 52a5e36..a9d72a3 100644 (file)
@@ -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