Show
Ignore:
Timestamp:
05/05/08 16:55:01 (4 years ago)
Author:
khali
Message:

Share the error string between all functionality checks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c-tools/trunk/tools/i2cbusses.h

    r5204 r5241  
    3838int set_slave_addr(int file, int address, int force); 
    3939 
     40#define MISSING_FUNC_FMT        "Error: Adapter does not have %s capability\n" 
     41 
    4042#endif