From: Greg Farnum Date: Thu, 6 Mar 2014 19:32:38 +0000 (-0800) Subject: Client: fix build issue (lost semicolon) X-Git-Tag: v0.79~178 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8c2f5473dee855c3b7ff1ebc0ac6771819bd87d;p=ceph.git Client: fix build issue (lost semicolon) Signed-off-by: Greg Farnum --- 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);