Reformatting.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8291 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user