projects
/
slink.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6f0182
)
Added void as arguments
master
author
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 31 Dec 2024 06:35:02 +0000
(06:35 +0000)
committer
Robert Pengelly
<robertapengelly@hotmail.com>
Tue, 31 Dec 2024 06:35:02 +0000
(06:35 +0000)
link.c
patch
|
blob
|
history
diff --git
a/link.c
b/link.c
index 01cc15932e7dc9e3c7464e1842e5ddfc5c5a4081..74ba25d91305b94a25d1142316447186db714a77 100644
(file)
--- a/
link.c
+++ b/
link.c
@@
-32,7
+32,7
@@
struct reloc_howto reloc_howtos[RELOC_TYPE_END] = {
};
-static void output_symbols () {
+static void output_symbols (
void
) {
struct section *section = section_find_or_make (".data");