Commit 39248ffb authored by Lev Walkin's avatar Lev Walkin Committed by GitHub

Merge pull request #157 from johvik/prototype

Missing void in _new_stack()
parents 4087683d 28268d9b
......@@ -157,7 +157,7 @@ OS__add_stack_el(struct _stack *st) {
}
static struct _stack *
_new_stack() {
_new_stack(void) {
return (struct _stack *)CALLOC(1, sizeof(struct _stack));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment