From 6e2916332319ca6f8ea5b1d1f2ab6c5f5cf627cb Mon Sep 17 00:00:00 2001 From: sebastid Date: Sun, 9 Oct 2005 22:28:39 +0000 Subject: [PATCH] Typo. SVN revision: 17366 --- src/bin/e_ipc_handlers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_ipc_handlers.h b/src/bin/e_ipc_handlers.h index 34d0bc572..9e4199730 100644 --- a/src/bin/e_ipc_handlers.h +++ b/src/bin/e_ipc_handlers.h @@ -6413,7 +6413,7 @@ break; e_config->evas_engine_default = value; E_CONFIG_LIMIT(e_config->evas_engine_default, E_EVAS_ENGINE_SOFTWARE_X11, E_EVAS_ENGINE_XRENDER_X11); SAVE; - END_INT + END_INT; #elif (TYPE == E_REMOTE_IN) #endif #undef HDL @@ -6513,7 +6513,7 @@ break; else if (!strcmp(params[1], "XRENDER")) engine = E_EVAS_ENGINE_XRENDER_X11; else { - printf("engine must be DEAFULT, SOFTWARE, GL or XRENDER\n"); + printf("engine must be DEFAULT, SOFTWARE, GL or XRENDER\n"); exit(-1); } REQ_2INT_END(context, engine, HDL);