summaryrefslogtreecommitdiff
path: root/src/format/pe/pe-int.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-int.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-int.h')
-rw-r--r--src/format/pe/pe-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/pe/pe-int.h b/src/format/pe/pe-int.h
index 3322f62..0c8bf45 100644
--- a/src/format/pe/pe-int.h
+++ b/src/format/pe/pe-int.h
@@ -35,7 +35,7 @@
-/* Format d'exécutable générique (instance) */
+/* Format d'exécutable PE (instance) */
struct _GPeFormat
{
GExeFormat parent; /* A laisser en premier */
@@ -47,7 +47,7 @@ struct _GPeFormat
};
-/* Format d'exécutable générique (classe) */
+/* Format d'exécutable PE (classe) */
struct _GPeFormatClass
{
GExeFormatClass parent; /* A laisser en premier */