Skip to content
Snippets Groups Projects
Commit a7006646 authored by ilan.maleq's avatar ilan.maleq
Browse files

add ;

parent 1ce3b2ae
Branches main
No related tags found
No related merge requests found
Pipeline #37181 failed
......@@ -37,7 +37,7 @@ typedef struct element {
} element_t;
typedef struct {
element_t *head;
element_t *pos
element_t *pos;
} dll;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment