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
libnice
libnice
Commits
2ac9bb6d
Commit
2ac9bb6d
authored
Oct 01, 2012
by
Askar Safin
Committed by
Youness Alaoui
Oct 01, 2012
Browse files
Fix C preprocessor bug
parent
ff4a0f59
Changes
1
Hide whitespace changes
Inline
Side-by-side
agent/candidate.h
View file @
2ac9bb6d
...
...
@@ -68,7 +68,7 @@ G_BEGIN_DECLS
*
* The maximum size a candidate foundation can have.
*/
#define NICE_CANDIDATE_MAX_FOUNDATION 32+1
#define NICE_CANDIDATE_MAX_FOUNDATION
(
32+1
)
/**
...
...
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