summaryrefslogtreecommitdiff
path: root/src/format/pe/pe.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-04-24 10:16:17 (GMT)
commite56b4db3aae87f0458319019635dea4968a5c529 (patch)
treebbbbbca3921dca2add25f74d73096900254fe301 /src/format/pe/pe.h
parentfb12cfc1727ba949b70a48ee042a2aec9ebbb407 (diff)
Updated a little bit the Java part (welcome back).
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@154 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/format/pe/pe.h')
-rw-r--r--src/format/pe/pe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/format/pe/pe.h b/src/format/pe/pe.h
index da1f44d..9789205 100644
--- a/src/format/pe/pe.h
+++ b/src/format/pe/pe.h
@@ -21,8 +21,8 @@
*/
-#ifndef _FORMAT_PE_E_PE_H
-#define _FORMAT_PE_E_PE_H
+#ifndef _FORMAT_PE_PE_H
+#define _FORMAT_PE_PE_H
#include <glib-object.h>
@@ -59,4 +59,4 @@ GBinFormat *g_pe_format_new(const bin_t *, off_t);
-#endif /* _FORMAT_PE_E_PE_H */
+#endif /* _FORMAT_PE_PE_H */