mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
warning fixes
This commit is contained in:
2
Panel.c
2
Panel.c
@ -113,7 +113,7 @@ inline void Panel_setRichHeader(Panel* this, RichString header) {
|
||||
this->needsRedraw = true;
|
||||
}
|
||||
|
||||
inline void Panel_setHeader(Panel* this, char* header) {
|
||||
inline void Panel_setHeader(Panel* this, const char* header) {
|
||||
Panel_setRichHeader(this, RichString_quickString(CRT_colors[PANEL_HEADER_FOCUS], header));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user