From 70ac64f01776bb8eeae49a12de9f6b11bc9ef69e Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 25 Dec 2011 23:56:35 +0000 Subject: Add a FIXME --- src/stylesheet.c | 2 ++ 1 file changed, 2 insertions(+) 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; } -- cgit v1.2.3