X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/d0b51392829a7360833694df5dcb2bdc96e3606f..ed3ce6c2352d76442b79badfbe08bc6ecde6934d:/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*/)"))) ;;;--------------------------------------------------------------------------