fix the argument types of the functions printstr_n printstr_m bogus1 and bogus2

This commit is contained in:
rlar
2010-07-13 18:20:37 +00:00
parent 5397fd9fdd
commit 0772afc517
5 changed files with 19 additions and 10 deletions
+9
View File
@@ -1,3 +1,12 @@
2010-07-13 Robert Larice
* src/frontend/device.c ,
* src/frontend/device.h ,
* src/frontend/gens.c ,
* src/frontend/gens.h *
fix the argument types of the functions
printstr_n printstr_m bogus1 and bogus2
to fit the type signature expected by the iterator dgen_for_n()
2010-07-13 Robert Larice
* src/frontend/device.c ,
* src/frontend/device.h :