Incorrect syntax, small fix.
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 09:46:38 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
devices/beeper.c
→
devices/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