aboutsummaryrefslogtreecommitdiff
path: root/src/lib9/atoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib9/atoll.c')
-rw-r--r--src/lib9/atoll.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib9/atoll.c b/src/lib9/atoll.c
index 6c345df6..d4ce0a94 100644
--- a/src/lib9/atoll.c
+++ b/src/lib9/atoll.c
@@ -6,4 +6,3 @@ atoll(char *s)
{
return strtoll(s, 0, 0);
}
-