summaryrefslogtreecommitdiff
path: root/stringsort.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-15 03:21:45 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-15 03:21:45 +0000
commiteaf59c0a4f701b19168a34f0c0cb823f59fe1cc6 (patch)
tree58d9e4e91ba49f74c159ff9436cba81e194156a5 /stringsort.c
parent04741fb6181f8cc1ebc6f527d8d22840d019eb7b (diff)
Remove inline keyword since functions are being called from a pointer
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@54 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'stringsort.c')
-rw-r--r--stringsort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stringsort.c b/stringsort.c
index b1659b3..d19d14f 100644
--- a/stringsort.c
+++ b/stringsort.c
@@ -509,7 +509,7 @@ while((i+i)<=j)
}
}
-inline double
+double
getStringSortScore(void)
{
return results;