diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mangling/context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mangling/context.c b/src/mangling/context.c index 4b3e1d4..2e97e68 100644 --- a/src/mangling/context.c +++ b/src/mangling/context.c @@ -180,7 +180,7 @@ GBinRoutine *g_demangling_context_get_decoded_routine(GDemanglingContext *contex GDataType *g_demangling_context_get_decoded_type(GDemanglingContext *context, const char *desc) { - GBinRoutine *result; /* Construction à remonter */ + GDataType *result; /* Construction à remonter */ if (G_DEMANGLING_CONTEXT_GET_CLASS(context)->demangle_type(context, desc)) { |