mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Mark Platform_defaultFields const
This commit is contained in:

committed by
cgzones

parent
c150e4bde9
commit
f614b8a19f
@ -20,7 +20,7 @@ in the source distribution for its full text.
|
||||
#include "SignalsPanel.h"
|
||||
|
||||
|
||||
extern ProcessField Platform_defaultFields[];
|
||||
extern const ProcessField Platform_defaultFields[];
|
||||
|
||||
/* see /usr/include/sys/signal.h */
|
||||
extern const SignalItem Platform_signals[];
|
||||
|
Reference in New Issue
Block a user