summaryrefslogtreecommitdiff
path: root/src/format/symbol.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-11 21:53:49 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-11 21:53:49 (GMT)
commitc3bfa0437f9671b0896d89abd197eaa34fdefc1f (patch)
tree7030b4c0db6cb911b781111751bf76621cda1ab8 /src/format/symbol.c
parenta11ef1ad68fdb86d4a7d75b0ddeea126aa1adb09 (diff)
Updated the prototype used to get symbol label.
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 099b764..dfb36a6 100644
--- a/src/format/symbol.c
+++ b/src/format/symbol.c
@@ -396,7 +396,7 @@ SymbolStatus g_binary_symbol_get_status(const GBinSymbol *symbol)
* *
******************************************************************************/
-const char *g_binary_symbol_get_label(GBinSymbol *symbol)
+const char *g_binary_symbol_get_label(const GBinSymbol *symbol)
{
const char *result; /* Etiquette à retourner */