Arg, buildfix.

This commit is contained in:
Unknown W. Brackets 2013-03-02 13:18:43 -08:00
parent f2b3d6fb50
commit a71b32a393

View File

@ -508,7 +508,7 @@ static char *credits[] =
void CreditsScreen::render() {
// TODO: This is kinda ugly, done on every frame...
char temp[256];
snprinf(temp, 256, "PPSSPP %s", PPSSPP_GIT_VERSION);
snprintf(temp, 256, "PPSSPP %s", PPSSPP_GIT_VERSION);
credits[0] = temp;
UIShader_Prepare();