aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/symbol.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/symbol.h')
-rw-r--r--gdbsupport/symbol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbsupport/symbol.h b/gdbsupport/symbol.h
index 826e2dc..8b8f9c8 100644
--- a/gdbsupport/symbol.h
+++ b/gdbsupport/symbol.h
@@ -32,6 +32,6 @@ struct objfile;
object files. This function must be provided by the client. */
extern int find_minimal_symbol_address (const char *name, CORE_ADDR *addr,
- struct objfile *objfile);
+ struct objfile *objfile);
#endif /* COMMON_SYMBOL_H */