Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
81-libretro
Commits
7d769d09
Unverified
Commit
7d769d09
authored
Jun 13, 2020
by
Libretro-Admin
Committed by
GitHub
Jun 13, 2020
Browse files
Merge pull request #24 from guoyunhe/fix-multiple-definition
Fix multiple definition error when -fno-common
parents
4352130b
d1f9f60f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/coreopt.c
View file @
7d769d09
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
#include <gamedb/db.inl>
#include <gamedb/db.inl>
retro_log_printf_t
log_cb
;
extern
retro_log_printf_t
log_cb
;
static
int
getindex
(
const
char
*
options
,
const
char
*
value
)
static
int
getindex
(
const
char
*
options
,
const
char
*
value
)
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment