aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-rdi.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
committerAndrew Cagney <cagney@redhat.com>1998-12-03 05:34:25 +0000
commit1c3cd1b020893108b0b94fc2b0990200240887d8 (patch)
tree2405ec14bff6a53ae5fb94e88d7405497eab2f3e /gdb/remote-rdi.c
parent321d48c5b8248865d580c9e169ceb776730b7644 (diff)
downloadgdb-1c3cd1b020893108b0b94fc2b0990200240887d8.zip
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.gz
gdb-1c3cd1b020893108b0b94fc2b0990200240887d8.tar.bz2
Clean up function return types. Functions not returning values,
functions unnecessarily returning values.
Diffstat (limited to 'gdb/remote-rdi.c')
-rw-r--r--gdb/remote-rdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote-rdi.c b/gdb/remote-rdi.c
index f4d87ad..3cd3ea1 100644
--- a/gdb/remote-rdi.c
+++ b/gdb/remote-rdi.c
@@ -970,4 +970,4 @@ _initialize_remote_rdi ()
/* A little dummy to make linking with the library succeed. */
-Fail() {}
+int Fail() { return 0; }