diff options
author | EuAndreh <eu@euandre.org> | 2024-05-09 11:05:48 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-05-09 11:05:48 -0300 |
commit | fdedbb3b1fe26d2063481528194d3d3f45c71be0 (patch) | |
tree | a6234ea3291ff5c622893be4f005329ebf16571d /src | |
parent | Makefile: Make all $(derived-assets) depend on Makefile and deps.mk, instead ... (diff) | |
download | pindaiba-fdedbb3b1fe26d2063481528194d3d3f45c71be0.tar.gz pindaiba-fdedbb3b1fe26d2063481528194d3d3f45c71be0.tar.xz |
Normalize all "color" to "colour"
Diffstat (limited to 'src')
-rw-r--r-- | src/testing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing.c b/src/testing.c index e2c087c..917ad45 100644 --- a/src/testing.c +++ b/src/testing.c @@ -12,7 +12,7 @@ #define COLOUR_YELLOW "\033[0;33m" static const char *const -ENVVAR_NAME = "NO_COLOR"; +ENVVAR_NAME = "NO_COLOUR"; static bool |