SCI: Indention changes, changed 'songlib_t' params to 'const songlib_t &'

svn-id: r39429
This commit is contained in:
Max Horn
2009-03-15 20:31:15 +00:00
parent 9cbed926cd
commit 7df4e2a80f
7 changed files with 67 additions and 68 deletions
+1 -1
View File
@@ -542,7 +542,7 @@ static int show_node(EngineState *s, reg_t addr) {
int objinfo(EngineState *s, reg_t pos);
void song_lib_dump(songlib_t songlib, int line);
void song_lib_dump(const songlib_t &songlib, int line);
static int c_songlib_print(EngineState *s) {
song_lib_dump(s->sound.songlib, __LINE__);