# HG changeset patch # User Mike Becker # Date 1735743057 -3600 # Node ID e8e2813cdda6d99286fee3ac03d35cf0aebefb77 # Parent 13c8a92625d4d40c807ae94e6780a256cab68bba add missing new-line diff -r 13c8a92625d4 -r e8e2813cdda6 src/string.c --- a/src/string.c Wed Jan 01 15:48:48 2025 +0100 +++ b/src/string.c Wed Jan 01 15:50:57 2025 +0100 @@ -1185,4 +1185,4 @@ // store the result and exit *output = result * sign; return 0; -} \ No newline at end of file +}