summaryrefslogtreecommitdiffstats
path: root/Process.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:55:29 +0000
committerHisham Muhammad <hisham@gobolinux.org>2006-03-23 18:55:29 +0000
commit130938f69112057b2786b07b17e8686578a292ac (patch)
treec3e8043993074a5f53e579d4a7976113004b83cf /Process.c
parent0df3ea08d33504780d202be0051acad7bcc0719e (diff)
Fixes for header generation.
Diffstat (limited to 'Process.c')
-rw-r--r--Process.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Process.c b/Process.c
index 041f4d4a..900bb921 100644
--- a/Process.c
+++ b/Process.c
@@ -1,6 +1,6 @@
/*
htop - Process.c
-(C) 2004,2005 Hisham H. Muhammad
+(C) 2004-2006 Hisham H. Muhammad
Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
@@ -235,6 +235,7 @@ static void Process_printTTY(RichString* str, int tty_nr) {
char* buffer[11];
}
+/* private */
inline static void Process_writeCommand(Process* this, int attr, RichString* str) {
if (this->pl->highlightBaseName) {
char* firstSpace = strchr(this->comm, ' ');

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