aboutsummaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug.h b/debug.h
index 8ae1804..542dda5 100644
--- a/debug.h
+++ b/debug.h
@@ -38,7 +38,7 @@ void debug_(int level, const char *file, int line,
/* Dump LENGTH bytes of memory starting on address ADDR of inferior
* PID. */
-int xinfdump(struct Process *proc, arch_addr_t addr, size_t length);
+int xinfdump(struct process *proc, arch_addr_t addr, size_t length);
#define debug(level, expr...) debug_(level, __FILE__, __LINE__, expr)