diff options
-rw-r--r-- | src/format/symbol.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/format/symbol.c b/src/format/symbol.c index 9b054e6..b20426d 100644 --- a/src/format/symbol.c +++ b/src/format/symbol.c @@ -1015,7 +1015,7 @@ static bool _g_binary_symbol_load(GBinSymbol *symbol, GObjectStorage *storage, p static bool g_binary_symbol_load(GBinSymbol *symbol, GObjectStorage *storage, packed_buffer_t *pbuf) { bool result; /* Bilan à retourner */ - GBinSymbolClass *class; /* Classe à activer */ + GBinSymbolClass *class; /* Classe à activer */ class = G_BIN_SYMBOL_GET_CLASS(symbol); @@ -1098,7 +1098,7 @@ static bool _g_binary_symbol_store(GBinSymbol *symbol, GObjectStorage *storage, static bool g_binary_symbol_store(GBinSymbol *symbol, GObjectStorage *storage, packed_buffer_t *pbuf) { bool result; /* Bilan à retourner */ - GBinSymbolClass *class; /* Classe à activer */ + GBinSymbolClass *class; /* Classe à activer */ class = G_BIN_SYMBOL_GET_CLASS(symbol); |