Skip to content
Snippets Groups Projects
Commit e9f47995 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

typo fix

parent c8ce39e6
No related branches found
No related tags found
No related merge requests found
...@@ -1242,6 +1242,8 @@ void tree_clone(char const *clone, ssexec_t *info) ...@@ -1242,6 +1242,8 @@ void tree_clone(char const *clone, ssexec_t *info)
int ssexec_tree(int argc, char const *const *argv, ssexec_t *info) int ssexec_tree(int argc, char const *const *argv, ssexec_t *info)
{ {
log_flow();
int r ; int r ;
stralloc sa = STRALLOC_ZERO ; stralloc sa = STRALLOC_ZERO ;
...@@ -1346,7 +1348,7 @@ int ssexec_tree(int argc, char const *const *argv, ssexec_t *info) ...@@ -1346,7 +1348,7 @@ int ssexec_tree(int argc, char const *const *argv, ssexec_t *info)
* mark it false if the tree already exist */ * mark it false if the tree already exist */
if (r) { if (r) {
if (!what.nopts) { if (!what.nopts) {
log_1_warn(info->treename.s, ": already exist") ; log_warn(info->treename.s, ": already exist") ;
goto freed ; goto freed ;
} }
what.create = 0 ; what.create = 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment