summaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-04-15 16:23:19 +0000
committerMike Frysinger <vapier@gentoo.org>2011-04-15 16:23:19 +0000
commit7aeba69bcface02b84fdc521a66cfbb9237010be (patch)
tree8f856f893ddbf0aea40be22e6fffb089ecf30d1e /sim
parent315b7be32ea824cf55ef951b2ab2db1d3f68e9e0 (diff)
downloadgdb-7aeba69bcface02b84fdc521a66cfbb9237010be.tar.gz
gdb: sim: add style fixes lost between git->cvs
Diffstat (limited to 'sim')
-rw-r--r--sim/common/sim-options.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c
index ee8a8ec69ce..cfc572cff78 100644
--- a/sim/common/sim-options.c
+++ b/sim/common/sim-options.c
@@ -945,6 +945,7 @@ complete_option_list (char **ret, size_t *cnt, const struct option_list *ol,
/* All leading text is stored in @text, while the current word being
completed is stored in @word. Trailing text of @word is not. */
+
char **
sim_complete_command (SIM_DESC sd, char *text, char *word)
{