summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 00:39:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 00:39:35 +0000
commit86214cfb1e17624c3b0851a8a3cd6909c2623ce9 (patch)
treefbceaec98b2f90bfa2e277463305a57984da5bbb /src
parenta13afe4cb78a30b27543636422e482756b6e360e (diff)
downloadlibhubbub-86214cfb1e17624c3b0851a8a3cd6909c2623ce9.tar.gz
libhubbub-86214cfb1e17624c3b0851a8a3cd6909c2623ce9.tar.bz2
Fix broken guard macro
svn path=/trunk/hubbub/; revision=3361
Diffstat (limited to 'src')
-rw-r--r--src/utils/utf8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/utf8.h b/src/utils/utf8.h
index 8836338..5b865c1 100644
--- a/src/utils/utf8.h
+++ b/src/utils/utf8.h
@@ -10,7 +10,7 @@
*/
#ifndef hubbub_utils_utf8_h_
-#define hubbub_utils_utf8_h
+#define hubbub_utils_utf8_h_
#include <inttypes.h>