summaryrefslogtreecommitdiff
path: root/wk5/lect
diff options
context:
space:
mode:
Diffstat (limited to 'wk5/lect')
-rw-r--r--wk5/lect/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wk5/lect/list.c b/wk5/lect/list.c
index 5ccfe7f..acd0283 100644
--- a/wk5/lect/list.c
+++ b/wk5/lect/list.c
@@ -15,7 +15,7 @@ int main(void)
int *tmp = malloc(4 * sizeof(int));
if (list == NULL)
- {
+ {
return 1;
}