summaryrefslogtreecommitdiffstats
path: root/run.tl
diff options
context:
space:
mode:
Diffstat (limited to 'run.tl')
-rwxr-xr-xrun.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.tl b/run.tl
index ad97965..2c0a8f2 100755
--- a/run.tl
+++ b/run.tl
@@ -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`))))