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

typo fix

parent 9b87b2f6
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ static int start_parser(char const *src,char const *svname,char const *tree, uns
stralloc sasv = STRALLOC_ZERO ;
if (!parse_service_before(src,svname,tree,nbsv,&sasv,FORCE))
strerr_diefu4x(111,"parse service file: ",src,svname,": or its dependencies") ;
strerr_diefu5x(111,"parse service file: ",src,"/",svname,": or its dependencies") ;
stralloc_free(&sasv) ;
......
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