X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=compat%2Fcheck_getpwuid.c;h=babeb742cabc6baa5d6367de48ef372da1fcc9bd;hp=c435eb89df035c48c6b33474fe1180d87d2b1710;hb=b23902a61158ecdbca2d9d96c6eaf509d6e3d205;hpb=c3a683299d4c27d6eadaacf4fb516f73a6c69fc3 diff --git a/compat/check_getpwuid.c b/compat/check_getpwuid.c index c435eb89..babeb742 100644 --- a/compat/check_getpwuid.c +++ b/compat/check_getpwuid.c @@ -1,7 +1,8 @@ #include #include -int main() +int +main () { struct passwd passwd, *ignored;