Skip to content

Commit

Permalink
Client: fix build issue (lost semicolon)
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Farnum <[email protected]>
  • Loading branch information
gregsfortytwo committed Mar 6, 2014
1 parent b1ac3af commit c8c2f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ class Client : public Dispatcher {
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);
Expand Down

0 comments on commit c8c2f54

Please sign in to comment.