From e7372d18a1a661d8c3dba9f51e1f17b5f94171a7 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 10 Jan 2024 11:17:08 +0100 Subject: New upstream version 3.3.0 --- htop.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'htop.c') diff --git a/htop.c b/htop.c index 6b9ea48..7155793 100644 --- a/htop.c +++ b/htop.c @@ -11,6 +11,8 @@ in the source distribution for its full text. #include "CommandLine.h" +const char* program = PACKAGE; + int main(int argc, char** argv) { - return CommandLine_run(PACKAGE, argc, argv); + return CommandLine_run(argc, argv); } -- cgit v1.2.3