aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-17 13:48:26 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-17 13:48:26 +0200
commit0f2f5fb61c48559be285a2747f05103504ed0fb7 (patch)
treeafc51c44328467c9a930909b97defe3755581625 /main.cpp
parentda9877a1668ace3370ea18ac4527ee5479b0fb40 (diff)
add some notes
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 94cccfe..9cc8ee8 100644
--- a/main.cpp
+++ b/main.cpp
@@ -20,7 +20,8 @@ int main(int argc, char** argv) {
// Museum and View both create their own worker threads, so the main thread
// should remain to keep the view active.
- while (view.open);
+ while (view.open)
+ ;
return EXIT_SUCCESS;
}