fix printing out help message (list of command line options) (tiny change)
authorChris Rorvick <>
Fri, 9 Oct 2009 06:46:52 +0000 (23:46 -0700)
committerArun Persaud <arun@nubati.net>
Fri, 9 Oct 2009 07:13:44 +0000 (00:13 -0700)
commit0bca6aec07ae68fd49bd722f97bdfb96ffcd26ca
tree831625603f4d24a2fdea6507fcee3c9bd6c51625
parent17a9c76c2af477f9604e2fbdc64667e651fcedd5
fix printing out help message (list of command line options) (tiny change)

The postfix increment always resulted in an attempt to print out an
option on the right side regardless of one actually existing. Use
prefix increment to prevent a crash when printing an odd number of
options.
xboard.c