diff --git a/src/dealer_random_test.cpp b/src/dealer_random_test.cpp index 1a961dbe..8eb39260 100644 --- a/src/dealer_random_test.cpp +++ b/src/dealer_random_test.cpp @@ -99,7 +99,7 @@ main(int argc, char *argv[]) ostringstream oss(""); for (int temp = 0; temp < NumCards; temp++) - if(temp > 0) cout << "," + if(temp > 0) cout << ","; cout << cardsArray[temp]; cout << endl; }