Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
a21f7907
Commit
a21f7907
authored
Jun 29, 2015
by
Ghislain MARY
Browse files
Add missing function return type.
parent
0520dcd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/common/bc_tester_utils.c
tester/common/bc_tester_utils.c
+1
-1
No files found.
tester/common/bc_tester_utils.c
View file @
a21f7907
...
...
@@ -396,7 +396,7 @@ void bc_tester_uninit() {
}
}
static
bc_tester_set_dir_prefix
(
char
**
prefix
,
const
char
*
name
)
{
static
void
bc_tester_set_dir_prefix
(
char
**
prefix
,
const
char
*
name
)
{
size_t
len
=
strlen
(
name
);
if
(
*
prefix
!=
NULL
)
free
(
*
prefix
);
*
prefix
=
malloc
(
len
+
1
);
...
...
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