X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fpandora%2Femu.c;h=85c634fe92295503a4c49063d8eb2ee4b7057442;hb=bcd94522e8afb8d4b266f241adfd2e9aea111904;hp=a6f990aee09ca8252e7822d87c6179a41ecae996;hpb=ee2a3bdfa5a969ea9446b2d08748f16e29bbd4d5;p=picodrive.git diff --git a/platform/pandora/emu.c b/platform/pandora/emu.c index a6f990a..85c634f 100644 --- a/platform/pandora/emu.c +++ b/platform/pandora/emu.c @@ -168,7 +168,7 @@ static void textOut16(int x, int y, const char *text) } -void osd_text(int x, int y, const char *text) +static void osd_text(int x, int y, const char *text) { int len = strlen(text)*8;