summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Process.h')
-rw-r--r--Process.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Process.h b/Process.h
index f4f1b205..51b11d9a 100644
--- a/Process.h
+++ b/Process.h
@@ -1,4 +1,4 @@
-/* Do not edit this file. It was automatically genarated. */
+/* Do not edit this file. It was automatically generated. */
#ifndef HEADER_Process
#define HEADER_Process
@@ -106,12 +106,10 @@ typedef struct Process_ {
char user[PROCESS_USER_LEN + 1];
} Process;
-extern char* PROCESS_CLASS;
-
-extern char* Process_fieldNames[];
-
+extern char* PROCESS_CLASS;
+extern char *Process_fieldNames[];
Process* Process_new(struct ProcessList_ *pl);