mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-12 18:08:31 +01:00
Use char const * instead of const char *.
char const * is more consistent with char * const.
This commit is contained in:
@@ -76,7 +76,7 @@ static void init_from_environment(void) {
|
||||
#ifdef DEBUG
|
||||
debug("init_from_environment()\t\t[%d]\n", getpid());
|
||||
#endif
|
||||
const char *env;
|
||||
char const *env;
|
||||
|
||||
initialized = 1;
|
||||
tracked_fds_list_count = 0;
|
||||
|
||||
Reference in New Issue
Block a user