diff options
Diffstat (limited to 'plugins/dex')
-rw-r--r-- | plugins/dex/format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dex/format.c b/plugins/dex/format.c index b69cc76..af005e6 100644 --- a/plugins/dex/format.c +++ b/plugins/dex/format.c @@ -187,7 +187,7 @@ static void g_dex_format_class_init(GDexFormatClass *klass) static void g_dex_format_init(GDexFormat *format) { - GBinFormat *bin_format; /* Format parent à compléter #1*/ + GBinFormat *bin_format; /* Format parent à compléter */ bin_format = G_BIN_FORMAT(format); |