diff options
Diffstat (limited to 'lib/slist.c')
-rw-r--r-- | lib/slist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/slist.c b/lib/slist.c index e5adc0e71..392b84d13 100644 --- a/lib/slist.c +++ b/lib/slist.c @@ -142,4 +142,3 @@ void curl_slist_free_all(struct curl_slist *list) item = next; } while(next); } - |