[libdvbpsi-devel] src/dvbpsi_private.h: fix typo in dvbpsi_warning macro
Christian Suloway
git at videolan.org
Wed Dec 24 12:52:00 CET 2014
libdvbpsi | branch: master | Christian Suloway <csuloway at row44.com> | Wed Dec 10 16:09:48 2014 -0600| [a88f462538c725bc41ecf40eb5bd2b7486c1f528] | committer: Jean-Paul Saman
src/dvbpsi_private.h: fix typo in dvbpsi_warning macro
Signed-off-by: Jean-Paul Saman <jpsaman at videolan.org>
> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=a88f462538c725bc41ecf40eb5bd2b7486c1f528
---
src/dvbpsi_private.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/dvbpsi_private.h b/src/dvbpsi_private.h
index a3a4be4..3f5a39e 100644
--- a/src/dvbpsi_private.h
+++ b/src/dvbpsi_private.h
@@ -45,7 +45,7 @@ void dvbpsi_message(dvbpsi_t *dvbpsi, const int level, const char *fmt, ...);
# define dvbpsi_error(hnd, src, str, x...) \
dvbpsi_message(hnd, DVBPSI_MSG_ERROR, "libdvbpsi error (%s): " str, src, ##x)
# define dvbpsi_warning(hnd, src, str, x...) \
- dvbpsi_message(hnd, DVBPSI_MSG_WARNING, "libdvbpsi warning (%s): " str, src, ##x)
+ dvbpsi_message(hnd, DVBPSI_MSG_WARN, "libdvbpsi warning (%s): " str, src, ##x)
# define dvbpsi_debug(hnd, src, str, x...) \
dvbpsi_message(hnd, DVBPSI_MSG_DEBUG, "libdvbpsi debug (%s): " str, src, ##x)
#else
More information about the libdvbpsi-devel
mailing list