diff -r 8bbbba2a1a9c -r aecea6934fdd mercurial/osutil.c --- a/mercurial/osutil.c Mon Oct 20 14:58:49 2008 +0200 +++ b/mercurial/osutil.c Mon Oct 20 15:19:05 2008 +0200 @@ -46,10 +46,10 @@ #endif #define listdir_slot(name) \ - static PyObject *listdir_stat_##name(PyObject *self, void *x) \ - { \ - return PyInt_FromLong(((struct listdir_stat *)self)->st.name); \ - } + static PyObject *listdir_stat_##name(PyObject *self, void *x) \ + { \ + return PyInt_FromLong(((struct listdir_stat *)self)->st.name); \ + } listdir_slot(st_dev) listdir_slot(st_mode)