diff options
author | RossTheRoss <msattr@gmail.com> | 2019-03-10 16:27:08 -0500 |
---|---|---|
committer | RossTheRoss <msattr@gmail.com> | 2019-03-10 16:27:08 -0500 |
commit | 0b74c57949fe9d55ae8ae0ce8185a9a867b469b5 (patch) | |
tree | 63e31bb2909a1aaee6baf6dca55290ec7932888f /ee1301/wk4/hw4_directory/strap012_HW4B.cpp | |
parent | Fix 4C (diff) | |
download | homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar.gz homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar.bz2 homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar.lz homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar.xz homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.tar.zst homework-0b74c57949fe9d55ae8ae0ce8185a9a867b469b5.zip |
Fix an oopsie-woopsie
Diffstat (limited to 'ee1301/wk4/hw4_directory/strap012_HW4B.cpp')
-rw-r--r-- | ee1301/wk4/hw4_directory/strap012_HW4B.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ee1301/wk4/hw4_directory/strap012_HW4B.cpp b/ee1301/wk4/hw4_directory/strap012_HW4B.cpp index 8cdfff2..6efe3dd 100644 --- a/ee1301/wk4/hw4_directory/strap012_HW4B.cpp +++ b/ee1301/wk4/hw4_directory/strap012_HW4B.cpp @@ -25,7 +25,7 @@ int main() } fout.open("output_files/histogram.txt"); if (!fout.is_open()) { - std::cout << "File write failed!"; + std::cout << "File write failed!\n"; return -2; } fin >> Useless >> Useless; //The first line in the file is useless |