summaryrefslogtreecommitdiff
path: root/src/format/symbol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/symbol.c')
-rw-r--r--src/format/symbol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/format/symbol.c b/src/format/symbol.c
index 789dd86..4a44f83 100644
--- a/src/format/symbol.c
+++ b/src/format/symbol.c
@@ -256,7 +256,7 @@ GBinSymbol *g_binary_symbol_new(SymbolType type)
* *
******************************************************************************/
-int g_binary_symbol_cmp(const GBinSymbol **a, const GBinSymbol **b)
+int g_binary_symbol_cmp(const GBinSymbol * const *a, const GBinSymbol * const *b)
{
int result; /* Bilan à retourner */
const mrange_t *ra; /* Emplacement du symbole A */