mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-09 16:38:32 +01:00
trackfds.h: Add missing void to function definition.
This commit is contained in:
@@ -117,7 +117,7 @@ static void update_environment(void) {
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
static void tracked_fds_debug() {
|
||||
static void tracked_fds_debug(void) {
|
||||
debug("tracked_fds: %d/%d\n", tracked_fds_count, tracked_fds_space);
|
||||
size_t i;
|
||||
for (i = 0; i < tracked_fds_count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user