[libcroco] Fix unused status variable in set_prop_position_from_value()



commit d03fa2148fe0af4ebd96f1fa74772054197aaa02
Author: Руслан Ижбулатов <lrn1986 gmail com>
Date:   Sat Oct 31 22:45:09 2015 +0000

    Fix unused status variable in set_prop_position_from_value()
    
    * Return status
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710076

 src/cr-style.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cr-style.c b/src/cr-style.c
index 50e6006..24919eb 100644
--- a/src/cr-style.c
+++ b/src/cr-style.c
@@ -913,7 +913,7 @@ set_prop_position_from_value (CRStyle * a_style, CRTerm * a_value)
                 break;
         }
 
-        return CR_OK;
+        return status;
 }
 
 static enum CRStatus


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]