Skip to content
Snippets Groups Projects
Commit 007667f8 authored by patacongo's avatar patacongo
Browse files

Bad return value

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@229 42af7a65-404d-4744-a932-0658087f49c3
parent 2e86454b
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ int memcmp(const void *s1, const void *s2, size_t n)
}
else if (*p1 > *p2)
{
return 0;
return 1;
}
p1++;
......
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