/alps/pcitool

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/pcitool

« back to all changes in this revision

Viewing changes to pcilib/error.h

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-03 00:07:32 UTC
  • Revision ID: csa@suren.me-20150503000732-u2g2insv7s1lwn55
Fix typos in versioning code

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    pcilib_log_message(__FILE__, __LINE__, prio, __VA_ARGS__)
34
34
 
35
35
#define pcilib_error(...)               pcilib_log(PCILIB_LOG_ERROR, __VA_ARGS__)
36
 
#define pcilib_warning(...)     pcilib_log(PCILIB_LOG_WARNING, __VA_ARGS__)
 
36
#define pcilib_warning(...)             pcilib_log(PCILIB_LOG_WARNING, __VA_ARGS__)
37
37
#define pcilib_info(...)                pcilib_log(PCILIB_LOG_INFO, __VA_ARGS__)
38
38
 
39
39