From 736b616092f91fc0863a82851620ec2e095212cb Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Sat, 14 Jul 2018 13:50:29 +0200 Subject: Fixed a compilation warning. --- src/mangling/context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) { -- cgit v0.11.2-87-g4458