This commit is contained in:
Gwenhael Le Moine 2023-10-04 09:33:52 +02:00
parent 6f17b32564
commit 4524353015
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 4 deletions

View file

@ -67,7 +67,7 @@ endif
CFLAGS += $(shell pkg-config --cflags ncursesw) -DNCURSES_WIDECHAR=1
LIBS += $(shell pkg-config --libs ncursesw)
.PHONY: all clean clean-all pretty-code install
.PHONY: all clean clean-all pretty-code install mrproper
all: dist/mkcard dist/checkrom dist/dump2rom dist/x48ng

View file

@ -2029,9 +2029,7 @@ void sdl_menu_draw_nibble( word_20 addr, word_4 val )
void sdl_draw_annunc( void )
{
int val;
val = display.annunc;
int val = display.annunc;
if ( val == last_annunc_state )
return;