Commit a6e63d7d20967d1f97e110252458841705c1737e

Authored by Stéphane Raimbault
1 parent 6564c32b

Fix typo in message found by Christian Leutloff

Showing 1 changed file with 1 additions and 1 deletions
tests/unit-test-client.c
... ... @@ -123,7 +123,7 @@ int main(int argc, char *argv[])
123 123 }
124 124  
125 125 if (tab_rp_bits[0] != ON) {
126   - printf("FAILED (%0X = != %0X)\n", tab_rp_bits[0], ON);
  126 + printf("FAILED (%0X != %0X)\n", tab_rp_bits[0], ON);
127 127 goto close;
128 128 }
129 129 printf("OK\n");
... ...