diff --git a/src/mode/roster.c b/src/mode/roster.c index 8a00bcc..30c2fd9 100644 --- a/src/mode/roster.c +++ b/src/mode/roster.c @@ -63,7 +63,7 @@ static void _teardown(xmppc_t *xmppc); void roster_execute_command(xmppc_t *xmppc, int argc, char *argv[]) { command_t *command = malloc(sizeof(command_t)); - command->type = UNKOWN; + command->type = C_UNKOWN; if (argc == 0) { logError(xmppc, "No subcommand provided\n");