Skip to content

Commit

Permalink
Try fixing submodule error again 5
Browse files Browse the repository at this point in the history
  • Loading branch information
teunvw14 committed Dec 9, 2024
1 parent 03e3cdf commit 3c2b394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/first.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct lilist_node {
};
typedef struct lilist_node lilist_node;

/* A singly linked list with maximum length __INT64_MAX__. */
/* A singly linked list with maximum length __INT64_MAX__. */
typedef struct lilist {
int64_t length;
lilist_node* head;
Expand Down

0 comments on commit 3c2b394

Please sign in to comment.