Changeset 978ccaf1 in mainline for uspace/app/bithenge/script.c
- Timestamp:
- 2012-06-27T03:35:43Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 600f5d1
- Parents:
- 04a7435f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/script.c
r04a7435f r978ccaf1 121 121 static void syntax_error(state_t *state, const char *message) 122 122 { 123 // Multiple errors areconfusing.123 // Printing multiple errors is confusing. 124 124 if (state->error == EOK) { 125 125 size_t start_char = state->old_buffer_pos + state->line_offset; … … 423 423 return rc; 424 424 } 425 426 /** @} 427 */
Note:
See TracChangeset
for help on using the changeset viewer.