aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--list-tail-node.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/list-tail-node.c b/list-tail-node.c
index d187241..52b93ce 100644
--- a/list-tail-node.c
+++ b/list-tail-node.c
@@ -81,8 +81,9 @@ list_pop_front(struct list *list, T *data)
81 81
82 return true; 82 return true;
83 } 83 }
84 else 84 else {
85 return false; 85 return false;
86 }
86} 87}
87 88
88bool 89bool