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
12d442bd
Commit
12d442bd
authored
Mar 27, 2013
by
Simon Morlat
Browse files
fix formating issue
parent
d57c61fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/belle_sip_headers_impl.c
src/belle_sip_headers_impl.c
+1
-1
No files found.
src/belle_sip_headers_impl.c
View file @
12d442bd
...
...
@@ -390,7 +390,7 @@ int belle_sip_header_user_agent_marshal(belle_sip_header_user_agent_t* user_agen
for
(;
list
!=
NULL
;
list
=
list
->
next
){
current_offset
+=
snprintf
(
buff
+
current_offset
,
buff_size
-
current_offset
,
" %s"
,
list
==
user_agent
->
products
?
"%s"
:
" %s"
,(
const
char
*
)
list
->
data
);
}
return
current_offset
-
offset
;
...
...
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