mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-16 22:06:06 +03:00
Mark ScreenDefaults const
This commit is contained in:

committed by
cgzones

parent
14f428a172
commit
6e9a5e9e49
@ -58,7 +58,7 @@ typedef struct Platform_ {
|
||||
unsigned int ncpu; /* maximum processor count configured */
|
||||
} Platform;
|
||||
|
||||
extern ScreenDefaults Platform_defaultScreens[];
|
||||
extern const ScreenDefaults Platform_defaultScreens[];
|
||||
|
||||
extern const unsigned int Platform_numberOfDefaultScreens;
|
||||
|
||||
|
Reference in New Issue
Block a user