diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 8794649..173f4c9 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -16159,7 +16159,7 @@ test_packet_check_result () SELF_CHECK (packet_check_result ("").status () == PACKET_UNKNOWN); } -} // namespace selftests +} /* namespace selftests */ #endif /* GDB_SELF_TEST */ void _initialize_remote (); |