Skip to content
Snippets Groups Projects
Unverified Commit 2435381d authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov Committed by GitHub
Browse files

Merge pull request #49 from kelvinblockchain/feature-2298

fixed warning
parents ea4d51cd ce990d88
No related branches found
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