]> Dogcows Code - chaz/openbox/blobdiff - obcl/main.c
cleanups and such
[chaz/openbox] / obcl / main.c
index 5fb83967ebc85e4e6eac4d1a133267c14558a6b7..9ae109a900337361fd9bdcfe8162275f29cb3e6b 100644 (file)
@@ -3,6 +3,7 @@
 int main()
 {
     GList *lst = cl_parse("foo.conf");
-    cl_print_tree(lst,0);
+    cl_tree_print(lst,0);
+    cl_tree_free(lst);
     return 0;
 }
This page took 0.02187 seconds and 4 git commands to generate.