summaryrefslogtreecommitdiff
path: root/gdb/event-top.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-07-31 22:01:03 +0000
committerMichael Snyder <msnyder@specifix.com>2007-07-31 22:01:03 +0000
commit5c2b18b538cd5c70802899377c9a6270821ebc34 (patch)
tree831429545bdb33bc1c8d09dadf097e4432fd19f6 /gdb/event-top.c
parent98f2013c1a7c0c3970a6ca6b29c1861194c16d08 (diff)
downloadgdb-5c2b18b538cd5c70802899377c9a6270821ebc34.tar.gz
2007-07-31 Michael Snyder <msnyder@access-company.com>
* event-top.c (command_line_handler): Add pedantic return.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r--gdb/event-top.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c
index eecff5a0639..b9124ec4580 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -673,6 +673,7 @@ command_line_handler (char *rl)
{
got_eof = 1;
command_handler (0);
+ return; /* Lint. */
}
if (strlen (rl) + 1 + (p - linebuffer) > linelength)
{