Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hbench/env.c

    r68655bc2 r5e801dc  
    8181}
    8282
    83 static const hash_table_ops_t param_hash_table_ops = {
     83static hash_table_ops_t param_hash_table_ops = {
    8484        .hash = param_hash,
    8585        .key_hash = param_key_hash,
     
    9797
    9898        env->run_count = DEFAULT_RUN_COUNT;
    99         env->minimal_run_duration_nanos = MSEC2NSEC(DEFAULT_MIN_RUN_DURATION_MSEC);
     99        env->minimal_run_duration_nanos = MSEC2NSEC(DEFAULT_MIN_RUN_DURATION_SEC);
    100100
    101101        return EOK;
Note: See TracChangeset for help on using the changeset viewer.