diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-04-15 16:23:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-04-15 16:23:19 +0000 |
commit | 5592f70ec8e16bca9b12d04932d792a86e0ffe9e (patch) | |
tree | 291b57ddd8cef9bd8fad37ff86d58703a273aa3b /sim/common | |
parent | cf31e6f9321a5449dd75d5263b917058c232dd80 (diff) | |
download | gdb-5592f70ec8e16bca9b12d04932d792a86e0ffe9e.zip gdb-5592f70ec8e16bca9b12d04932d792a86e0ffe9e.tar.gz gdb-5592f70ec8e16bca9b12d04932d792a86e0ffe9e.tar.bz2 |
gdb: sim: add style fixes lost between git->cvs
Diffstat (limited to 'sim/common')
-rw-r--r-- | sim/common/sim-options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/common/sim-options.c b/sim/common/sim-options.c index ee8a8ec..cfc572c 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) { |