Skip to content
Snippets Groups Projects
Commit ce990d88 authored by Aleksandr Lysikov's avatar Aleksandr Lysikov
Browse files

fixed warning

parent 5efd8b29
Branches feature-2298
No related tags found
No related merge requests found
......@@ -39,8 +39,7 @@ size_t dap_strlen(const char *a_str)
if(a_str) {
l_length = strlen(a_str);
}
else
return l_length;
return l_length;
}
/**
......
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