mirror of https://github.com/davisking/dlib.git
Clarified comment.
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403240
This commit is contained in:
parent
dbfc818e4c
commit
192e139e60
|
@ -75,8 +75,8 @@ int main()
|
||||||
// In any case, this function is provided to allow you to perform a graceful
|
// In any case, this function is provided to allow you to perform a graceful
|
||||||
// close if you so choose.
|
// close if you so choose.
|
||||||
//
|
//
|
||||||
// Also note that the timeout can be changed by suppling an optional second
|
// Also note that the timeout can be changed by suppling an optional argument
|
||||||
// argument to this function.
|
// to this function.
|
||||||
close_gracefully(con);
|
close_gracefully(con);
|
||||||
}
|
}
|
||||||
catch (exception& e)
|
catch (exception& e)
|
||||||
|
|
Loading…
Reference in New Issue