From 9fb8158279ce64bfbe626b7e36d08f77d2ce81c2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 30 May 2012 11:39:23 -0500 Subject: qcdm: namespace stuff properly --- libqcdm/src/errors.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libqcdm/src/errors.h') diff --git a/libqcdm/src/errors.h b/libqcdm/src/errors.h index a5507bb1..faa0a8a4 100644 --- a/libqcdm/src/errors.h +++ b/libqcdm/src/errors.h @@ -15,8 +15,8 @@ * along with this program. If not, see . */ -#ifndef LIBQCDM_ERROR_H -#define LIBQCDM_ERROR_H +#ifndef LIBQCDM_ERRORS_H +#define LIBQCDM_ERRORS_H #include #include @@ -98,5 +98,5 @@ void _qcdm_log (const char *file, #define qcdm_err(domain, ...) \ _qcdm_log (__FILE__, __LINE__, __func__, domain, QCDM_LOGL_ERR, ## __VA_ARGS__ ) -#endif /* LIBQCDM_ERROR_H */ +#endif /* LIBQCDM_ERRORS_H */ -- cgit v1.2.3-70-g09d2