Changeset 978ccaf1 in mainline for uspace/app/bithenge/script.c


Ignore:
Timestamp:
2012-06-27T03:35:43Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
600f5d1
Parents:
04a7435f
Message:

Bithenge: various cleanup and tweaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/script.c

    r04a7435f r978ccaf1  
    121121static void syntax_error(state_t *state, const char *message)
    122122{
    123         // Multiple errors are confusing.
     123        // Printing multiple errors is confusing.
    124124        if (state->error == EOK) {
    125125                size_t start_char = state->old_buffer_pos + state->line_offset;
     
    423423        return rc;
    424424}
     425
     426/** @}
     427 */
Note: See TracChangeset for help on using the changeset viewer.