Fix a typo
diff --git a/functions.sh b/functions.sh
index 95af66a..4604b8d 100755
--- a/functions.sh
+++ b/functions.sh
@@ -205,5 +205,5 @@
 
 	nlspath=$(printf '%s' "$nlspath" | tr -d '\n')
 
-	printf '%s\n' "$nlspath"
+	printf '%s' "$nlspath"
 }