diff options
Diffstat (limited to 'video/IndirectDisplay/IddSampleApp/main.cpp')
| -rw-r--r-- | video/IndirectDisplay/IddSampleApp/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/video/IndirectDisplay/IddSampleApp/main.cpp b/video/IndirectDisplay/IddSampleApp/main.cpp index c71c04b9..e1d55ee8 100644 --- a/video/IndirectDisplay/IddSampleApp/main.cpp +++ b/video/IndirectDisplay/IddSampleApp/main.cpp @@ -72,7 +72,7 @@ int __cdecl main(int argc, wchar_t *argv[]) } printf("Device created\n\n"); - // No wait for user to indicate the device should be stopped + // Now wait for user to indicate the device should be stopped printf("Press 'x' to exit and destory the software device\n"); bool bExit = false; do |
