all repos — xyw @ b67253f6f73d3ba7adbc04f5798fff54c4af0a1c

A minimal virtual machine and assembler for terminals.

Incorrect syntax, small fix.
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 09:46:38 +0200
commit

b67253f6f73d3ba7adbc04f5798fff54c4af0a1c

parent

748e77ce7a00395ee0bd55606bf716f481c3b227

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M devices/beeper.cdevices/beeper.c

@@ -51,7 +51,7 @@ #define XYW_HAVE_ALSA 1

#endif #endif -#ifndef(XYW_NO_AUDIO_BACKEND) +#ifndef XYW_NO_AUDIO_BACKEND // Synthesizes a mono 16-bit square wave. // Caller owns the returned buffer. // Shared by every backend below - this is the only part of tone