fix an incorrect type, (&char versus &bool)

This commit is contained in:
rlar
2010-07-20 19:06:25 +00:00
parent 8851f67efd
commit a49d446826
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-07-20 Robert Larice
* src/main.c :
fix an incorrect type, (&char versus &bool)
2010-07-20 Robert Larice
* src/frontend/inp.c ,
* src/frontend/misccoms.c ,