mirror of
https://github.com/servalproject/serval-dna.git
synced 2024-12-23 15:02:27 +00:00
fixed accidental typo.
This commit is contained in:
parent
03bfa6e0c7
commit
f3d288b10e
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user