diff options
author | David Walter Seikel | 2013-01-14 23:36:46 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-01-14 23:36:46 +1000 |
commit | a32b8cab952c1bdd735dbe37b3c884cd4de7b0e8 (patch) | |
tree | eaf8ea44117b0792e822c038d2a1fe1e4342d20b | |
parent | Put an image in the background. (diff) | |
download | SledjHamr-a32b8cab952c1bdd735dbe37b3c884cd4de7b0e8.zip SledjHamr-a32b8cab952c1bdd735dbe37b3c884cd4de7b0e8.tar.gz SledjHamr-a32b8cab952c1bdd735dbe37b3c884cd4de7b0e8.tar.bz2 SledjHamr-a32b8cab952c1bdd735dbe37b3c884cd4de7b0e8.tar.xz |
Oops, stould have been part of the previous commmit.
-rw-r--r-- | ClientHamr/extantz/extantz.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/extantz/extantz.c b/ClientHamr/extantz/extantz.c index c660750..d5c12b3 100644 --- a/ClientHamr/extantz/extantz.c +++ b/ClientHamr/extantz/extantz.c | |||
@@ -751,6 +751,7 @@ EAPI_MAIN int elm_main(int argc, char **argv) | |||
751 | EPhysics_Body *box_body1, *box_body2; | 751 | EPhysics_Body *box_body1, *box_body2; |
752 | Evas_Object *box1, *box2; | 752 | Evas_Object *box1, *box2; |
753 | GLData *gld = NULL; | 753 | GLData *gld = NULL; |
754 | char buf[PATH_MAX]; | ||
754 | int i; | 755 | int i; |
755 | Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. | 756 | Eina_Bool gotWebKit = elm_need_web(); // Initialise ewebkit if it exists, or return EINA_FALSE if it don't. |
756 | 757 | ||