aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/stylesheet.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 1a76a45..7048240 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -882,6 +882,8 @@ StyleSheet *load_stylesheet(const char *filename)
ss = new_stylesheet();
if ( ss == NULL ) return NULL;
+ /* FIXME: Implement this */
+
return ss;
}