From: Reuben Thomas Date: Thu, 25 Jan 2018 15:37:38 +0000 (+0000) Subject: combine.c: fix missing white space X-Git-Tag: v3.7~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bf699317015b26ca33b98deac1690532db288e8;p=recode combine.c: fix missing white space --- diff --git a/src/combine.c b/src/combine.c index 43c910f..c97c0af 100644 --- a/src/combine.c +++ b/src/combine.c @@ -330,7 +330,7 @@ prepare_shifted_state (struct state *state, unsigned character, state = (struct state *) hash_lookup (table, &lookup); if (!state) { - if (state= (struct state *) malloc (sizeof (struct state)), !state) + if (state = (struct state *) malloc (sizeof (struct state)), !state) return NULL; state->character = character;