From c8c2f5473dee855c3b7ff1ebc0ac6771819bd87d Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 6 Mar 2014 11:32:38 -0800 Subject: [PATCH] Client: fix build issue (lost semicolon) Signed-off-by: Greg Farnum --- src/client/Client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/Client.h b/src/client/Client.h index 7d9b32b6ae4c..20169fc7fd1b 100644 --- a/src/client/Client.h +++ b/src/client/Client.h @@ -547,7 +547,7 @@ private: void _closedir(dir_result_t *dirp); // other helpers - void _fragmap_remove_non_leaves(Inode *in) + void _fragmap_remove_non_leaves(Inode *in); void _ll_get(Inode *in); int _ll_put(Inode *in, int num); -- 2.47.3