Skip to content

Commit

Permalink
fixed accidental typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gardners committed May 3, 2012
1 parent 03bfa6e commit f3d288b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commandline.c
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ int app_rhizome_add_file(int argc, const char *const *argv, struct command_line_
return ret; return ret;
} }


int climanifestid(const char *arg) int cli_manifestid(const char *arg)
{ {
return rhizome_str_is_manifest_id(arg); return rhizome_str_is_manifest_id(arg);
} }
Expand Down

0 comments on commit f3d288b

Please sign in to comment.