Skip to content
Snippets Groups Projects
Commit 7f744b55 authored by deuce's avatar deuce
Browse files

Missing )

parent a484320b
Branches
Tags
No related merge requests found
......@@ -316,7 +316,7 @@ int is_sorting(int chk)
int intbufcmp(const void *a, const void *b, size_t size)
{
#ifdef __BIG_ENDIAN__
return(memcmp(a,b,size);
return(memcmp(a,b,size));
#else
int i;
int ret;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment