evas example: fix warning in compilation of evas-box.c.

Summary: The warning was "format not a string literal and no format arguments [-Wformat-security]".

Test Plan: gcc -o evas-box evas-box.c `pkg-config --libs --cflags evas ecore ecore-evas eina`

Reviewers: singh.amitesh, seoz, stefan_schmidt

CC: cedric, stefan_schmidt

Differential Revision: https://phab.enlightenment.org/D585

Signed-off-by: Cedric Bail <cedric.bail@free.fr>
This commit is contained in:
chinmaya 2014-02-27 11:08:20 -03:00 committed by Cedric Bail
parent c7922f92bc
commit 442d880cf6
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
static const char *border_img_path = PACKAGE_EXAMPLES_DIR "/red.png";
static const char *commands = \
static const char commands[] = \
"commands are:\n"
"\ta - change the box's alignment values\n"
"\tp - change the box's padding values\n"