summaryrefslogtreecommitdiffstats
path: root/pcilib/error.h
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-05-03 02:07:32 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-05-03 02:07:32 +0200
commitf45828699b405acf51130fbae248e6a2193247cd (patch)
treedc571db8193e86f5db4aba965640faa57458904a /pcilib/error.h
parent4753ea5cded2ed3fdd68d8e5b656566f6b9771ab (diff)
downloadpcitool-f45828699b405acf51130fbae248e6a2193247cd.tar.gz
pcitool-f45828699b405acf51130fbae248e6a2193247cd.tar.bz2
pcitool-f45828699b405acf51130fbae248e6a2193247cd.tar.xz
pcitool-f45828699b405acf51130fbae248e6a2193247cd.zip
Fix typos in versioning code
Diffstat (limited to 'pcilib/error.h')
-rw-r--r--pcilib/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcilib/error.h b/pcilib/error.h
index e94fd25..511f43d 100644
--- a/pcilib/error.h
+++ b/pcilib/error.h
@@ -33,7 +33,7 @@ void pcilib_log_vmessage(const char *file, int line, pcilib_log_priority_t prio,
pcilib_log_message(__FILE__, __LINE__, prio, __VA_ARGS__)
#define pcilib_error(...) pcilib_log(PCILIB_LOG_ERROR, __VA_ARGS__)
-#define pcilib_warning(...) pcilib_log(PCILIB_LOG_WARNING, __VA_ARGS__)
+#define pcilib_warning(...) pcilib_log(PCILIB_LOG_WARNING, __VA_ARGS__)
#define pcilib_info(...) pcilib_log(PCILIB_LOG_INFO, __VA_ARGS__)