summaryrefslogtreecommitdiff
path: root/lib/str_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/str_array.h')
-rw-r--r--lib/str_array.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/str_array.h b/lib/str_array.h
index bd0c97ac03..2a787233b8 100644
--- a/lib/str_array.h
+++ b/lib/str_array.h
@@ -20,8 +20,8 @@
*
*/
-#ifndef GNUTLS_STR_ARRAY_H
-#define GNUTLS_STR_ARRAY_H
+#ifndef GNUTLS_LIB_STR_ARRAY_H
+#define GNUTLS_LIB_STR_ARRAY_H
#include "gnutls_int.h"
#include "errors.h"
@@ -132,4 +132,4 @@ inline static int _gnutls_str_array_append_idna(gnutls_str_array_t * head,
return ret;
}
-#endif
+#endif /* GNUTLS_LIB_STR_ARRAY_H */