From dd46b9bdeae872ed7682913c898931f1aa6d3d42 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 17 Apr 2025 22:24:01 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- arts/midi/midisend.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arts/midi/midisend.h') diff --git a/arts/midi/midisend.h b/arts/midi/midisend.h index cd732055..f2782c29 100644 --- a/arts/midi/midisend.h +++ b/arts/midi/midisend.h @@ -45,7 +45,7 @@ class CMidiMap { public: /* Reads in the mapfile pszFileName. - Returns TRUE, if successful. + Returns true, if successful. */ bool readMap(const char* pszFileName); /* -- cgit v1.2.3