aboutsummaryrefslogtreecommitdiffstats
path: root/UsersTable.c
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
committerDaniel Lange <DLange@git.local>2023-02-05 03:20:15 +0100
commitb90fdf618f13b2ba4f64ba0f1861088c2ae58844 (patch)
treeda70bf44b2423f6f8e9a070c063fed79d190b489 /UsersTable.c
parent65357c8c46154de4e4eca14075bfe5523bb5fc14 (diff)
downloaddebian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.gz
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.tar.bz2
debian_htop-b90fdf618f13b2ba4f64ba0f1861088c2ae58844.zip
New upstream version 3.2.2
Diffstat (limited to 'UsersTable.c')
-rw-r--r--UsersTable.c4
1 files changed, 2 insertions, 2 deletions
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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy