tab.c: Compile error in debug mode
authorFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 4 Jun 2016 22:44:26 +0000 (00:44 +0200)
committerFriedrich Beckmann <friedrich.beckmann@gmx.de>
Sat, 4 Jun 2016 22:46:18 +0000 (00:46 +0200)
commit000e9b61f0acc611f03f27a8f068a9ccf4910e0b
tree7eceb4f8463bd3f5423f6dd0222390801ba3cb68
parent86642e66638412248901e54a4392882c32d83a71
tab.c: Compile error in debug mode

tab.c could not be compile with --enable-debug configuration because
the return value did not fit with the function. In addition a typo in
a "bad cell" check was fixed.
src/output/tab.c