From f177bf6d35aa4b7a41cec5ff0ad6d165d92ec490 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 4 Jul 2002 15:17:43 +0000 Subject: * i386obsd-nat.c (_initialize_i386obsd_nat): Fix typo in prototype. --- gdb/i386obsd-nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/i386obsd-nat.c') diff --git a/gdb/i386obsd-nat.c b/gdb/i386obsd-nat.c index 01a2bbef129..17ef922b82a 100644 --- a/gdb/i386obsd-nat.c +++ b/gdb/i386obsd-nat.c @@ -24,7 +24,7 @@ #include /* Prevent warning from -Wmissing-prototypes. */ -void _initialize_i386fbsd_nat (void); +void _initialize_i386obsd_nat (void); void _initialize_i386obsd_nat (void) -- cgit v1.2.1