]> git.cworth.org Git - notmuch-old/blob - compat/have_canonicalize_file_name.c
notmuch.c: add missing trailing newlines in two error messages
[notmuch-old] / compat / have_canonicalize_file_name.c
1 #define _GNU_SOURCE
2 #include <stdlib.h>
3
4 int
5 main ()
6 {
7     char *found;
8     char *string;
9
10     found = canonicalize_file_name (string);
11 }