Skip to content

Commit

Permalink
Remove unreferenced local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jul 30, 2016
1 parent 037b4d6 commit d604224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/m_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ void M_SaveCVARs(void)
{
int i;
FILE *file = fopen(packageconfig, "w");
char buffer[1024];

if (!file)
return; // can't write the file, but don't complain
Expand Down

0 comments on commit d604224

Please sign in to comment.