summaryrefslogtreecommitdiff
path: root/src/format
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2022-09-05 06:31:47 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2022-09-05 06:31:47 (GMT)
commit735effa6ee2ebd22bf6421da71ed9aa541980130 (patch)
tree6fbe432ffdce5c84b1ed26c3acd9e3a02b26c192 /src/format
parente9ba156cd06353d14b2e3fe0f17fff5ddb24de46 (diff)
Typo.
Diffstat (limited to 'src/format')
-rw-r--r--src/format/symbol.c4
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);