Formatting
This commit is contained in:
parent
ad0246a4f8
commit
2c4fe1994f
1 changed files with 1 additions and 1 deletions
2
stack.c
2
stack.c
|
|
@ -196,7 +196,7 @@ int main(void) {
|
|||
}
|
||||
|
||||
{
|
||||
Stack st;
|
||||
Stack st;
|
||||
if (stack_init(&st, 8, sizeof(int)) != Ok) {
|
||||
printf("Error: stack_init_raw did not init properly...");
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue