From 3364026e8290a9fe303325aa0b3e114febcca058 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Thu, 27 Feb 2014 11:10:35 -0300 Subject: [PATCH] Revert "evas example: fix warning in compilation of evas-box.c." This reverts commit 442d880cf6168cb5f13ce7dd566de6bb7bd987d6. Sorry mixed command of pull/push here. --- unsorted/evas/evas-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unsorted/evas/evas-box.c b/unsorted/evas/evas-box.c index cd158a10..c58298e1 100644 --- a/unsorted/evas/evas-box.c +++ b/unsorted/evas/evas-box.c @@ -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"