summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtkffi.tl (renamed from demostuff.tl)0
-rwxr-xr-xrun.tl2
2 files changed, 1 insertions, 1 deletions
diff --git a/demostuff.tl b/gtkffi.tl
index faad59f..faad59f 100644
--- a/demostuff.tl
+++ b/gtkffi.tl
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`))))