diff sidutil.c @ 393:db64a58314a9

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:19:12 +0200
parents 078a25cd67d8
children 95a8e05dae27
line wrap: on
line diff
--- a/sidutil.c	Thu Jul 14 01:56:07 2022 +0300
+++ b/sidutil.c	Wed Dec 07 12:19:12 2022 +0200
@@ -248,7 +248,7 @@
 #endif
 
 
-// NOTICE! Only call this function IF ctx->enabled == TRUE
+// NOTICE! Only call this function IF ctx->enabled == true
 char * sidutil_chconv_convert(SIDUtilChConvCtx *ctx, const char *src)
 {
 #ifdef HAVE_ICONV