Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joshua Root
libaacs
Commits
8a4fb9ed
Commit
8a4fb9ed
authored
Dec 08, 2011
by
npzacs
Committed by
Ano Nymous
Feb 18, 2012
Browse files
Added missing static to local unction
parent
0b1494be
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/file/keydbcfg.c
View file @
8a4fb9ed
...
@@ -317,7 +317,7 @@ static int _mkpath(const char *path)
...
@@ -317,7 +317,7 @@ static int _mkpath(const char *path)
return
result
;
return
result
;
}
}
char
*
_keycache_file
(
const
char
*
type
,
const
uint8_t
*
disc_id
)
static
char
*
_keycache_file
(
const
char
*
type
,
const
uint8_t
*
disc_id
)
{
{
const
char
*
cache_dir
=
get_cache_home
();
const
char
*
cache_dir
=
get_cache_home
();
char
disc_id_str
[
41
];
char
disc_id_str
[
41
];
...
...
Write
Preview
Supports
Markdown
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