Changeset 9f581365 in mainline
- Timestamp:
- 2006-05-12T16:56:39Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9cf9d5f
- Parents:
- 18093eaf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
genarch/src/fb/fb.c
r18093eaf r9f581365 270 270 draw_char(' '); 271 271 position++; 272 } while ( position % 8);272 } while ((position % 8) && position < columns * rows); 273 273 break; 274 274 default:
Note:
See TracChangeset
for help on using the changeset viewer.