Skip to content

Commit 72c5821

Browse files
committed
试试修改
1 parent 48ec0e6 commit 72c5821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

loop/loop.layout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ActiveTarget name="Debug" />
44
<File name="main.c" open="1" top="1" tabpos="1" split="0" active="1" splitpos="0" zoom_1="0" zoom_2="0">
55
<Cursor>
6-
<Cursor1 position="470" topLine="16" />
6+
<Cursor1 position="570" topLine="16" />
77
</Cursor>
88
</File>
99
</CodeBlocks_layout_file>

loop/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ status CreateListWithLoop(LinkList *L)
3636

3737
p = (*L);
3838

39+
p->prior = p->next = NULL;
3940

4041
int i = 10;
4142

0 commit comments

Comments
 (0)