From b90fdf618f13b2ba4f64ba0f1861088c2ae58844 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Sun, 5 Feb 2023 03:20:15 +0100 Subject: New upstream version 3.2.2 --- UsersTable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'UsersTable.c') diff --git a/UsersTable.c b/UsersTable.c index fdbfd68..6586a4b 100644 --- a/UsersTable.c +++ b/UsersTable.c @@ -1,7 +1,7 @@ /* htop - UsersTable.c (C) 2004-2011 Hisham H. Muhammad -Released under the GNU GPLv2, see the COPYING file +Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ @@ -17,7 +17,7 @@ in the source distribution for its full text. #include "XUtils.h" -UsersTable* UsersTable_new() { +UsersTable* UsersTable_new(void) { UsersTable* this; this = xMalloc(sizeof(UsersTable)); this->users = Hashtable_new(10, true); -- cgit v1.2.3