Skip to content

Commit cc6b8f8

Browse files
committed
Make console_font_8x16 weak
1 parent f451b71 commit cc6b8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libogc/console_font_8x16.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unsigned char console_font_8x16[] = {
1+
unsigned char console_font_8x16[] __attribute__((weak)) = {
22

33
/* 0 0x00 '^@' */
44
0x00, /* 00000000 */

0 commit comments

Comments
 (0)