Changeset 5538
- Timestamp:
- 12/07/08 16:30:12 (4 years ago)
- Location:
- i2c-tools/trunk
- Files:
-
- 2 modified
-
eeprom/decode-dimms (modified) (1 diff)
-
eepromer/eeprom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/decode-dimms
r5388 r5538 367 367 } 368 368 369 sub prints($) # print sep erator w/ given text369 sub prints($) # print separator w/ given text 370 370 { 371 371 my ($label) = @_; -
i2c-tools/trunk/eepromer/eeprom.c
r4583 r5538 153 153 fprintf(stderr,"\teeproms with more than 256 byte appear as if they\n"); 154 154 fprintf(stderr,"\twere several eeproms with consecutive addresses on the bus\n"); 155 fprintf(stderr,"\tso we might as well address several sep erate eeproms with\n");155 fprintf(stderr,"\tso we might as well address several separate eeproms with\n"); 156 156 fprintf(stderr,"\tincreasing addresses....\n\n"); 157 157 exit(1);
