Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/test/toktest.c

    rb7fd2a0 rd5c1051  
    4646        str_cpy(input_buffer, MAX_INPUT, input);
    4747
    48         errno_t rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS);
     48        int rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS);
    4949        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    5050
Note: See TracChangeset for help on using the changeset viewer.