diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-21 00:22:35 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-21 00:22:35 +0000 |
commit | df701d8ca2d8670dc3972e2aeeaa75bb08561efd (patch) | |
tree | 1f41fbc6a8d28ca18b85003ca58fef1a1215e61c /src/lib/ephysics | |
parent | 0f528092f868365a04d2623f9fb9042d8ae5997c (diff) |
some clang warning cleanups i forgot to commit
SVN revision: 83024
Diffstat (limited to 'src/lib/ephysics')
-rw-r--r-- | src/lib/ephysics/ephysics_body.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ephysics/ephysics_body.cpp b/src/lib/ephysics/ephysics_body.cpp index 43a6d2728f..c27b99dc05 100644 --- a/src/lib/ephysics/ephysics_body.cpp +++ b/src/lib/ephysics/ephysics_body.cpp | |||
@@ -4787,7 +4787,7 @@ _ephysics_body_cylinder_face_obj_resize_cb(void *data, Evas *e EINA_UNUSED, Evas | |||
4787 | bd = body->size.d; | 4787 | bd = body->size.d; |
4788 | break; | 4788 | break; |
4789 | case EPHYSICS_BODY_CYLINDER_FACE_CURVED: | 4789 | case EPHYSICS_BODY_CYLINDER_FACE_CURVED: |
4790 | if ((h == body->size.d)) | 4790 | if (h == body->size.d) |
4791 | return; | 4791 | return; |
4792 | bw = body->size.w; | 4792 | bw = body->size.w; |
4793 | bh = body->size.h; | 4793 | bh = body->size.h; |