=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sort/sort.c,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- src/usr.bin/sort/sort.c 2015/04/02 20:57:34 1.71 +++ src/usr.bin/sort/sort.c 2015/04/02 21:00:08 1.72 @@ -1,4 +1,4 @@ -/* $OpenBSD: sort.c,v 1.71 2015/04/02 20:57:34 tobias Exp $ */ +/* $OpenBSD: sort.c,v 1.72 2015/04/02 21:00:08 tobias Exp $ */ /*- * Copyright (C) 2009 Gabor Kovesdan @@ -428,7 +428,7 @@ int i, fo_index, mec; bool found_others, found_this; - found_others = found_this =false; + found_others = found_this = false; fo_index = 0; for (i = 0; i < NUMBER_OF_MUTUALLY_EXCLUSIVE_FLAGS; i++) {