diff options
Diffstat (limited to '')
-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 | ||