diff options
Diffstat (limited to 'src/phonebook.c')
-rw-r--r-- | src/phonebook.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/phonebook.c b/src/phonebook.c index 2727282a..ed768bd7 100644 --- a/src/phonebook.c +++ b/src/phonebook.c @@ -105,8 +105,9 @@ static void vcard_printf(GString *str, const char *fmt, ...) g_string_append(str, "\r\n"); } -/* According to RFC 2426, we need escape following characters: - * '\n', '\r', ';', ',', '\'. +/* + * According to RFC 2426, we need escape following characters: + * '\n', '\r', ';', ',', '\'. */ static void add_slash(char *dest, const char *src, int len_max, int len) { |