aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/guile-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/guile/guile-internal.h')
-rw-r--r--gdb/guile/guile-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/guile/guile-internal.h b/gdb/guile/guile-internal.h
index c501e2b..bb2bc11 100644
--- a/gdb/guile/guile-internal.h
+++ b/gdb/guile/guile-internal.h
@@ -684,7 +684,7 @@ unpack (const gdb_exception &exc)
if (exception.reason < 0) \
{ \
gdbscm_throw_gdb_exception (exception); \
- /*NOTREACHED */ \
+ /*NOTREACHED */ \
} \
} while (0)