diff options
Diffstat (limited to 'run.tl')
-rwxr-xr-x | run.tl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ (defun load-demo () (with-compilation-unit - (comp-load "demostuff") + (comp-load "gtkffi") (comp-load "menu") (each ((i (range 1 9))) (comp-load `demo@i`)))) |