diff options
Diffstat (limited to 'src/stream')
-rw-r--r-- | src/stream/rom_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stream/rom_stream.c b/src/stream/rom_stream.c index 20b7686c84..41dd0a45d5 100644 --- a/src/stream/rom_stream.c +++ b/src/stream/rom_stream.c @@ -17,7 +17,7 @@ int stream_init(void) { rom = rom_start; - printk_spew("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n" + printk_spew("%6d:%s() - rom_stream: 0x%08lx - 0x%08lx\n", __LINE__, __FUNCTION__, (unsigned long)rom_start, (unsigned long)rom_end); |