From 971e6a1884802941d0d96a302005bca27b347383 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Sun, 4 Nov 2007 14:45:33 +0000 Subject: Compile fix for [1903]. --- infrastructure/buildenv-testmain-template.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure') 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 { -- cgit v1.2.3