X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/d0b51392829a7360833694df5dcb2bdc96e3606f..fddbedf7b1b4b19add30eeb62281748cc77e6955:/src/c-types-test.lisp diff --git a/src/c-types-test.lisp b/src/c-types-test.lisp index 06af0d4..483d122 100644 --- a/src/c-types-test.lisp +++ b/src/c-types-test.lisp @@ -241,10 +241,10 @@ ("nopenfd" int)))) "ftw" (format nil "~ -int ftw(const char */*dirpath*/, - int (*/*fn*/)(const char *fpath, - const struct stat *sb, - int typeflag), +int ftw + (const char */*dirpath*/, + int (*/*fn*/) + (const char *fpath, const struct stat *sb, int typeflag), int /*nopenfd*/)"))) ;;;--------------------------------------------------------------------------