summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-11-04 14:45:33 +0000
committerChris Wilson <chris+github@qwirx.com>2007-11-04 14:45:33 +0000
commit971e6a1884802941d0d96a302005bca27b347383 (patch)
tree2e62fc8248e6c7248aec37d7a281fea4451ffdec /infrastructure
parentd65334388a3a0682ca2b864f2d7f50b48cde5626 (diff)
Compile fix for [1903].
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/buildenv-testmain-template.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/buildenv-testmain-template.cpp b/infrastructure/buildenv-testmain-template.cpp
index 8a0767e6..3fd10c71 100644
--- a/infrastructure/buildenv-testmain-template.cpp
+++ b/infrastructure/buildenv-testmain-template.cpp
@@ -99,7 +99,7 @@ bool check_filedes(bool report)
flag(S_IFREG) <<
flag(S_IFLNK) <<
flag(S_IFSOCK) <<
- flag(S_IFWHT) << " plus " << m << ")");
+ " or " << m << ")");
}
else
{