mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Covert Meter attributes to file-local constant arrays
This commit is contained in:

committed by
cgzones

parent
843949131a
commit
6db2d52261
@ -20,7 +20,7 @@ This meter written by Ian P. Hands (iphands@gmail.com, ihands@redhat.com).
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
int BatteryMeter_attributes[] = {
|
||||
static const int BatteryMeter_attributes[] = {
|
||||
BATTERY
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user