summaryrefslogtreecommitdiff
path: root/camlibs/mustek/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/mustek/print.h')
-rw-r--r--camlibs/mustek/print.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/camlibs/mustek/print.h b/camlibs/mustek/print.h
index 4a716e677..ac5b9ec3a 100644
--- a/camlibs/mustek/print.h
+++ b/camlibs/mustek/print.h
@@ -20,8 +20,10 @@
Defines some PrintMacros. They are need to disable much
outputs they were used during development.
*/
-#ifndef DEFINE_PRINT_H
-#define DEFINE_PRINT_H
+
+#ifndef CAMLIBS_MUSTEK_PRINT_H
+#define CAMLIBS_MUSTEK_PRINT_H
+
#include <stdio.h>
/* Message or Errors from the gphoto API */
@@ -40,5 +42,5 @@
#define printCError if (1) printf
-#endif
+#endif /* !defined(CAMLIBS_MUSTEK_PRINT_H) */