change bye bye to close file monitoring

This commit is contained in:
Jason Ly 2025-12-29 17:59:23 -05:00
parent 1def3ea22e
commit dc8787016f

View File

@ -16,7 +16,7 @@ void flip_image_vertically(unsigned char* data, int width, int height, int chann
bool STOP = false;
void sigend( int ) {
std::cout << std::endl << "Bye bye" << std::endl;
std::cout << std::endl << "close file monitoring" << std::endl;
STOP = true;
}