Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
24054605
Commit
24054605
authored
Apr 30, 2011
by
Alexandre Duret-Lutz
Browse files
[buddy] * src/pairs.c (bdd_pairalloc): Fix prototype.
parent
21a28ca8
Changes
2
Hide whitespace changes
Inline
Side-by-side
buddy/ChangeLog
View file @
24054605
2011-04-30 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* src/pairs.c (bdd_pairalloc): Fix prototype.
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix some warnings reported by gcc.
...
...
buddy/src/pairs.c
View file @
24054605
...
...
@@ -114,7 +114,7 @@ void bdd_pairs_vardown(int level)
}
static
bddPair
*
bdd_pairalloc
()
static
bddPair
*
bdd_pairalloc
(
void
)
{
bddPair
*
p
;
if
((
p
=
(
bddPair
*
)
malloc
(
sizeof
(
bddPair
)))
==
NULL
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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