Formatting

This commit is contained in:
Imbus 2025-08-23 21:16:25 +02:00
parent ad0246a4f8
commit 2c4fe1994f

View file

@ -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;