From: Jeff Law Date: Wed, 20 Apr 1994 06:01:44 +0000 (+0000) Subject: Add missing #endif. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72b8ca5197586554745587302c8af63a6309de1a;p=binutils-gdb.git Add missing #endif. --- diff --git a/gdb/procfs.c b/gdb/procfs.c index 0a7171be9cb..604cac6c625 100644 --- a/gdb/procfs.c +++ b/gdb/procfs.c @@ -3591,6 +3591,7 @@ procfs_stopped_by_watchpoint(pid) #endif #ifdef FLTKWATCH && (what == FLTKWATCH) +#endif #endif ) return what;