summaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/yabel/debug.c')
-rw-r--r--src/device/oprom/yabel/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/oprom/yabel/debug.c b/src/device/oprom/yabel/debug.c
index daa263e55e..fc226fe6af 100644
--- a/src/device/oprom/yabel/debug.c
+++ b/src/device/oprom/yabel/debug.c
@@ -37,7 +37,7 @@
u32 debug_flags = 0;
void
-dump(u8 * addr, u32 len)
+dump(u8 *addr, u32 len)
{
printf("\n%s(%p, %x):\n", __func__, addr, len);
while (len) {