Use common naming for bare enum types

This commit is contained in:
Christian Göttsche
2020-12-15 19:44:36 +01:00
parent edd6130be7
commit 1193c6e349
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ in the source distribution for its full text.
#define PROCESS_FLAG_IO 0x0001
#define DEFAULT_HIGHLIGHT_SECS 5
typedef enum ProcessFields {
typedef enum ProcessField_ {
NULL_PROCESSFIELD = 0,
PID = 1,
COMM = 2,