From 2e1320c2dcb22350fa1b27e24c3949f8ccb39f95 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Sun, 2 Nov 2014 19:32:02 +0100 Subject: [PATCH] Explicit return in step_modulo_value. --- lib/oga/css/parser.y | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/oga/css/parser.y b/lib/oga/css/parser.y index 17d8cc0..f5b9776 100644 --- a/lib/oga/css/parser.y +++ b/lib/oga/css/parser.y @@ -505,6 +505,8 @@ end else mod_val = s(:int, 1) end + + return mod_val end # vim: set ft=racc: