From 6cbc66911a1db32a5239ff94ded5ebf02ab1346e Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Thu, 21 Dec 2023 22:43:34 +0100 Subject: [PATCH] Use lowercase for consistency --- src/blupi.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blupi.cxx b/src/blupi.cxx index b48f3e0..039e40f 100644 --- a/src/blupi.cxx +++ b/src/blupi.cxx @@ -778,14 +778,14 @@ DoInit (int argc, char * argv[], bool & exit) return EXIT_FAILURE; } -#ifdef __LINUX__ +#ifdef __linux__ if (!getenv ("ALSA_CONFIG_DIR")) { static char env[256]; snprintf (env, sizeof (env), "ALSA_CONFIG_DIR=/usr/share/alsa"); putenv (env); } -#endif /* __LINUX__ */ +#endif /* __linux__ */ #ifdef _WIN32 /* Fix laggy sounds on Windows by not using winmm driver. */