mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix declaration of palette[] so that fade saver doesn't cause panics.
This commit is contained in:
parent
d6f5c64683
commit
9f83fbf2e7
2 changed files with 2 additions and 2 deletions
|
|
@ -14,4 +14,4 @@ extern u_short *Crtat;
|
|||
extern u_int crtc_addr;
|
||||
extern char scr_map[];
|
||||
extern int scrn_blanked;
|
||||
extern char *palette;
|
||||
extern char palette[];
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ extern u_short *Crtat;
|
|||
extern u_int crtc_addr;
|
||||
extern char scr_map[];
|
||||
extern int scrn_blanked;
|
||||
extern char *palette;
|
||||
extern char palette[];
|
||||
|
|
|
|||
Loading…
Reference in a new issue