str: Change "char" to "byte" in function names.
[pspp-builds.git] / src / language / command.c
index 9f90db93a941af0762b20e4f02b3f6e4758d8732..a6805898bafb751776f13d502905e2857b04ee62 100644 (file)
@@ -483,7 +483,7 @@ unknown_command_error (struct lexer *lexer, char *const words[], size_t word_cnt
       for (i = 0; i < word_cnt; i++)
         {
           if (i != 0)
-            ds_put_char (&s, ' ');
+            ds_put_byte (&s, ' ');
           ds_put_cstr (&s, words[i]);
         }