Skip to content

Commit

Permalink
[mms-engine] Fixed compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Mar 20, 2014
1 parent ebdd896 commit 45d2c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mms-engine/mms_engine.c
Expand Up @@ -291,7 +291,7 @@ mms_engine_handle_cancel(
int database_id,
MMSEngine* engine)
{
const char *id = NULL;
char* id = NULL;
if (database_id > 0) id = g_strdup_printf("%u", database_id);
MMS_DEBUG_("%s", id);
mms_dispatcher_cancel(engine->dispatcher, id);
Expand Down

0 comments on commit 45d2c5b

Please sign in to comment.