Skip to content

Commit

Permalink
Update res.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbid authored Jun 7, 2024
1 parent cd2abb9 commit 0412fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/res.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#pragma GCC diagnostic ignored "-Wtrigraphs"
//#pragma GCC diagnostic ignored "-Wpointer-sign"

char* icon_image = {
const unsigned char icon_image[] = { // 16x16 RGBA
"\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377"
"\377\377\000\000\000\000\013\001\001\001H\002\002\002N\001\001\001\031\377\377\377\000\377\377\377\000\377"
"\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377"
Expand Down

0 comments on commit 0412fbf

Please sign in to comment.