Skip to content

Commit

Permalink
Clarity fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadpixi committed May 20, 2018
1 parent 903c1af commit 62becf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sam/sam.c
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ edit(File *f, int cmd)
quitok = empty;
else
quitok = false;
state(f, empty && !nulls ? Clean : Dirty);
state(f, (empty && !nulls)? Clean : Dirty);
if(cmd == 'e')
filename(f);
}
Expand Down

0 comments on commit 62becf1

Please sign in to comment.