Revert "evas example: fix warning in compilation of evas-box.c."
authorCedric Bail <cedric.bail@free.fr>
Thu, 27 Feb 2014 14:10:35 +0000 (11:10 -0300)
committerCedric Bail <cedric.bail@free.fr>
Thu, 27 Feb 2014 14:10:35 +0000 (11:10 -0300)
This reverts commit 442d880cf6168cb5f13ce7dd566de6bb7bd987d6.

Sorry mixed command of pull/push here.

src/examples/evas/evas-box.c

index cd158a1..c58298e 100644 (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"