discomfitor pushed a commit to branch enlightenment-0.20.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=caf795834ebcd9ddc92ed678b1725d7fe3c177f9

commit caf795834ebcd9ddc92ed678b1725d7fe3c177f9
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Feb 29 10:15:37 2016 -0500

    simplify static grab case statements
    
    CID 1267213
---
 src/bin/e_static_grab.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_static_grab.c b/src/bin/e_static_grab.c
index 8108a1d..80ebdbf 100644
--- a/src/bin/e_static_grab.c
+++ b/src/bin/e_static_grab.c
@@ -281,11 +281,11 @@ _e_static_grab_x(E_Static_Grab *grab)
              switch (*current)
                {
                 case 'R':
-                  if (_e_static_grab_string(current, line->end, RELEASE_DATE, 
&grab->x.release_date)) break;
+                  _e_static_grab_string(current, line->end, RELEASE_DATE, 
&grab->x.release_date);
                   break;
 
                 case 'B':
-                  if (_e_static_grab_string(current, line->end, BUILD_DATE, 
&grab->x.build_date)) break;
+                  _e_static_grab_string(current, line->end, BUILD_DATE, 
&grab->x.build_date);
                   break;
 
                 case '(':

-- 


Reply via email to