Ausgabe ein wenig anders formatiert

This commit is contained in:
silvana884 2025-11-05 14:39:09 +01:00
parent 65a5645f2f
commit 571ff9f8ff

View File

@ -40,7 +40,7 @@ void showWordSalad(const char salad[MAX_SEARCH_FIELD_LEN][MAX_SEARCH_FIELD_LEN])
{
for(unsigned int j=0; j< MAX_SEARCH_FIELD_LEN; j++)
{
printf("%c\t", salad[i][j]);
printf("%c ", salad[i][j]);
}
printf("\n");
}