diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-07-30 01:48:28 +0000 |
commit | feb494d76a34e3ccf614ceccd68d6ce7b2f1cbd8 (patch) | |
tree | cfa1634e210020e9a0afea2b92c02c6afb77049f /gdb/kod.c | |
parent | 6d631e9666c66111eadeebf8a41348817e73a590 (diff) | |
download | gdb-feb494d76a34e3ccf614ceccd68d6ce7b2f1cbd8.tar.gz |
Protoization.gdb-post-protoization-2000-07-29
Diffstat (limited to 'gdb/kod.c')
-rw-r--r-- | gdb/kod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/kod.c b/gdb/kod.c index 0a90677746c..d2687d7ac22 100644 --- a/gdb/kod.c +++ b/gdb/kod.c @@ -216,7 +216,7 @@ load_kod_library (char *lib) } void -_initialize_kod () +_initialize_kod (void) { struct cmd_list_element *c; |