X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fasort-test.c;h=acc209fc99a911e53f64c1bc9adb8f4856a24385;hb=b4d79987a979bcbf749294c706fdc8c4ae8f9304;hp=e20854237949f5d7c0d65074c8f301d57662b14a;hpb=c08795753ea2d9a9b12d857f7b22b69c757b66e1;p=libucw.git diff --git a/lib/asort-test.c b/lib/asort-test.c index e2085423..acc209fc 100644 --- a/lib/asort-test.c +++ b/lib/asort-test.c @@ -1,5 +1,5 @@ /* - * Sherlock Library -- Universal Array Sorter Test and Benchmark + * UCW Library -- Universal Array Sorter Test and Benchmark * * (c) 2003 Martin Mares * @@ -68,7 +68,7 @@ int main(void) check(); generate(); init_timer(); - as_sort(N); + as_sort(N); printf("asort: %d ms\n", get_timer()); check(); return 0;