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
d1c46734
Commit
d1c46734
authored
Mar 21, 2012
by
npzacs
Browse files
Cosmetics
parent
41b0365d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libaacs/aacs.c
View file @
d1c46734
...
...
@@ -603,9 +603,9 @@ static int _load_config(AACS *aacs, const char *configfile_path)
void
aacs_get_version
(
int
*
major
,
int
*
minor
,
int
*
micro
)
{
*
major
=
AACS_VERSION_MAJOR
;
*
minor
=
AACS_VERSION_MINOR
;
*
micro
=
AACS_VERSION_MICRO
;
*
major
=
AACS_VERSION_MAJOR
;
*
minor
=
AACS_VERSION_MINOR
;
*
micro
=
AACS_VERSION_MICRO
;
}
AACS
*
aacs_open
(
const
char
*
path
,
const
char
*
configfile_path
)
...
...
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