Fix declaration of palette[] so that fade saver doesn't cause panics.
This commit is contained in:
parent
d6f5c64683
commit
9f83fbf2e7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8513
@ -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 New Issue
Block a user