change bye bye to close file monitoring
This commit is contained in:
parent
1def3ea22e
commit
dc8787016f
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user