Reformatting.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Brian Smith
2000-09-07 22:57:51 +00:00
parent ebe0155da5
commit 95f99113a6

View File

@@ -62,8 +62,8 @@ void append_file(char *filename)
void getline(FILE *f, char *entry, char *entrydata)
{
char in[4096];
int z;
char in[4096];
int z;
memset(in, 0, 4096);
fgets(in, 4095, f);
@@ -187,4 +187,4 @@ int main(int argc, char *argv[])
fclose(installfile);
fclose(cfgfile);
return 0;
}
}