summaryrefslogtreecommitdiff
path: root/src/fgetln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fgetln.c')
-rw-r--r--src/fgetln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fgetln.c b/src/fgetln.c
index 7461a7a..502eb6f 100644
--- a/src/fgetln.c
+++ b/src/fgetln.c
@@ -77,7 +77,7 @@ fgetln(FILE *stream, size_t *len)
}
libbsd_link_warning(fgetln,
"This function cannot be safely ported, use getline(3) "
- "instead, as it is supported by GNU and POSIX.1-2008.")
+ "instead, as it is supported by GNU and POSIX.1-2008.");
#else
#error "Function fgetln() needs to be ported."
#endif