diff options
author | default <nobody@localhost> | 2022-11-25 13:54:26 +0100 |
---|---|---|
committer | default <nobody@localhost> | 2022-11-25 13:54:26 +0100 |
commit | 40a9e6e984ae099fe6e9139e9eaeb28608105074 (patch) | |
tree | 598b82f81547c9af4b94a992fa2338596759037c /data.c | |
parent | ee75b3f5f62e077c65aa2edbbbecc38e169b2e9d (diff) |
Fixed typo.
Diffstat (limited to 'data.c')
-rw-r--r-- | data.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -197,7 +197,7 @@ double mtime_nl(const char *fn, int *n_link) n = st.st_nlink; } - if (*n_link) + if (n_link) *n_link = n; return r; |