aboutsummaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-25 23:56:35 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-25 23:56:35 +0000
commit70ac64f01776bb8eeae49a12de9f6b11bc9ef69e (patch)
tree923e564f7a90272d8a9eb0a1a8f3d430dc847b8b /src/stylesheet.c
parent5315fd0b1dab412df8d0b5f3b980f6083dca36d5 (diff)
Add a FIXME
Diffstat (limited to 'src/stylesheet.c')
-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;
}