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