uxn

Varvara Ordinator, written in ANSI C(SDL2)
git clone https://git.eamoncaddigan.net/uxn.git
Log | Files | Refs | README | LICENSE

commit b0bfb38dccff4ff7b0fa6d384651f7847a76fd1f
parent b7d80643e85efa944f900f4b5fce2a1d6f138e19
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date:   Mon, 15 Apr 2024 17:12:24 -0700

Fixed typo in system expansion test

Diffstat:
Mprojects/examples/devices/system.expansion.tal | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/examples/devices/system.expansion.tal b/projects/examples/devices/system.expansion.tal @@ -45,7 +45,7 @@ POP2 JMP2r @buf [ "......[hello]..... $1 ] -@res1 [ "...[hello]o]...... $1 ] +@res1 [ "...[hello]lo]..... $1 ] @res2 [ "...[hello[hello].. $1 ] @res3 [ "...[he[hello]lo].. $1 ] @res4 [ "...-------------.. $1 ]