diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2005-12-02 23:31:32 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2005-12-02 23:31:32 +0000 |
commit | 9f5b63a2ed10405024110a6afc76eba0a4b5422e (patch) | |
tree | 7d3d1d3e99adf2a5c611237ec185f849f47cf5f9 | |
parent | caa62e34813fdc001a5b5f470adcdd4cfe051b36 (diff) |
Actually use FUNC_EPILOGUE_FMT() in netfs_get_dirents().
-rw-r--r-- | netfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1235,7 +1235,6 @@ netfs_get_dirents (struct iouser *cred, struct node *dir, free(handle); out: - return err; FUNC_EPILOGUE_FMT(err, "%d entries.", *data_entries); } |