cedric pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4ecc4eb6150f14d85ce01f66a28be66c1be8e924
commit 4ecc4eb6150f14d85ce01f66a28be66c1be8e924 Author: Cedric Bail <[email protected]> Date: Thu Feb 27 11:10:35 2014 -0300 Revert "evas example: fix warning in compilation of evas-box.c." This reverts commit 442d880cf6168cb5f13ce7dd566de6bb7bd987d6. Sorry mixed command of pull/push here. --- src/examples/evas/evas-box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples/evas/evas-box.c b/src/examples/evas/evas-box.c index cd158a1..c58298e 100644 --- a/src/examples/evas/evas-box.c +++ b/src/examples/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" --
