summaryrefslogtreecommitdiff
path: root/cpp/allDemos.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/allDemos.py')
-rwxr-xr-xcpp/allDemos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allDemos.py b/cpp/allDemos.py
index 39ff08ba4cf..3a9d0818f99 100755
--- a/cpp/allDemos.py
+++ b/cpp/allDemos.py
@@ -46,7 +46,7 @@ demos = [
"Ice/context",
]
-if not Util.isWin32() or not Util.isVC100()
+if not Util.isWin32() or not Util.isVC100():
demos += ["IceStorm/clock",
"IceStorm/counter",
"IceStorm/replicated",