aboutsummaryrefslogtreecommitdiff
path: root/libqcdm/src/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'libqcdm/src/errors.h')
-rw-r--r--libqcdm/src/errors.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libqcdm/src/errors.h b/libqcdm/src/errors.h
index a5507bb..faa0a8a 100644
--- a/libqcdm/src/errors.h
+++ b/libqcdm/src/errors.h
@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef LIBQCDM_ERROR_H
-#define LIBQCDM_ERROR_H
+#ifndef LIBQCDM_ERRORS_H
+#define LIBQCDM_ERRORS_H
#include <config.h>
#include <sys/types.h>
@@ -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 */