X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fasort-test.c;h=acc209fc99a911e53f64c1bc9adb8f4856a24385;hb=b4d79987a979bcbf749294c706fdc8c4ae8f9304;hp=b84bb53a61de4418c6e1a1c57d884780dad30d9d;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/asort-test.c b/lib/asort-test.c index b84bb53a..acc209fc 100644 --- a/lib/asort-test.c +++ b/lib/asort-test.c @@ -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;