Fixed pasto.
This commit is contained in:
parent
7a0582aee2
commit
8a12e2f9c9
1 changed files with 1 additions and 2 deletions
|
|
@ -10229,8 +10229,7 @@ static void strip_trailing_whitespace(char *buf)
|
||||||
static char *loaddesc(const char *const fname, Uint8 * locale_text)
|
static char *loaddesc(const char *const fname, Uint8 * locale_text)
|
||||||
{
|
{
|
||||||
char *txt_fname, *extptr;
|
char *txt_fname, *extptr;
|
||||||
char buf[512], def_buf[512]; // doubled to 512 per TOYAMA Shin-Ichi's reque
|
char buf[512], def_buf[512]; // doubled to 512 per TOYAMA Shin-Ichi's requested; -bjk 2007.05.10
|
||||||
sted; -bjk 2007.05.10
|
|
||||||
int found, got_first;
|
int found, got_first;
|
||||||
FILE *fi;
|
FILE *fi;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue