This commit is contained in:
jl777
2019-03-06 01:21:07 -11:00
parent d3e077180d
commit 435535f3a6
2 changed files with 4 additions and 4 deletions

View File

@@ -167,7 +167,7 @@ readchar(struct rogue_state *rs)
fp = fopen("log","wb");
if ( fp != 0 )
{
fprintf(fp,"%d: (%c) hp.%d num.%d\n",counter,c,pstats.s_hpt,num_packitems(rs););
fprintf(fp,"%d: (%c) hp.%d num.%d\n",counter,c,pstats.s_hpt,num_packitems(rs));
fflush(fp);
counter++;
}