]> granicus.if.org Git - recode/commitdiff
combine.c: fix missing white space
authorReuben Thomas <rrt@sc3d.org>
Thu, 25 Jan 2018 15:37:38 +0000 (15:37 +0000)
committerReuben Thomas <rrt@sc3d.org>
Fri, 26 Jan 2018 11:51:21 +0000 (11:51 +0000)
src/combine.c

index 43c910f774ea574705d354a274159d1e8588fc1d..c97c0afc67e0cd0f0b170eb6de82d2bb5156a73e 100644 (file)
@@ -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;