summaryrefslogtreecommitdiff
path: root/_obnammodule.c
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-08-25 10:49:06 +0100
committerLars Wirzenius <liw@liw.fi>2013-08-25 10:49:06 +0100
commit5d51c44c0413bfd29239cb596e3cba166f4a161d (patch)
tree07c82ecbffd4995de4be08cf7bc149d581d6bb2b /_obnammodule.c
parent7c08b0d980498c614d20e09da7fadf1c4372c5d8 (diff)
downloadobnam-5d51c44c0413bfd29239cb596e3cba166f4a161d.tar.gz
Fix comment formatting and make function static
Diffstat (limited to '_obnammodule.c')
-rw-r--r--_obnammodule.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/_obnammodule.c b/_obnammodule.c
index a5f93acb..75cf3960 100644
--- a/_obnammodule.c
+++ b/_obnammodule.c
@@ -118,11 +118,11 @@ utimensat_wrapper(PyObject *self, PyObject *args)
/*
-Since we can't set nanosecond mtime and atimes on some platforms, also
-don't retrieve that level of precision from lstat(), so comparisons
-work.
-*/
-unsigned long long
+ * Since we can't set nanosecond mtime and atimes on some platforms, also
+ * don't retrieve that level of precision from lstat(), so comparisons
+ * work.
+ */
+static unsigned long long
remove_precision(unsigned long long nanoseconds)
{
#if NO_NANOSECONDS