Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
ec79db60
Commit
ec79db60
authored
Dec 13, 2013
by
James Zern
Committed by
Gerrit Code Review
Dec 13, 2013
Browse files
Merge "obj_int_extract: fix compile warning"
parents
3aa75bce
934f0fbb
Changes
1
Show whitespace changes
Inline
Side-by-side
build/make/obj_int_extract.c
View file @
ec79db60
...
...
@@ -321,7 +321,7 @@ bail:
return
1
;
}
char
*
parse_elf_string_table
(
elf_obj_t
*
elf
,
int
s_idx
,
int
idx
)
{
const
char
*
parse_elf_string_table
(
elf_obj_t
*
elf
,
int
s_idx
,
int
idx
)
{
if
(
elf
->
bits
==
32
)
{
Elf32_Shdr
shdr
;
...
...
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