Ignore:
File:
1 edited

Legend:

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

    rd5c1051 rb7fd2a0  
    4646        str_cpy(input_buffer, MAX_INPUT, input);
    4747
    48         int rc = tok_init(&tokenizer, input_buffer, tokens, MAX_TOKENS);
     48        errno_t 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.