aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core/Common.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/WixToolset.Core/Common.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Core/Common.cs b/src/WixToolset.Core/Common.cs
index 183d7abd..a9fc9538 100644
--- a/src/WixToolset.Core/Common.cs
+++ b/src/WixToolset.Core/Common.cs
@@ -188,7 +188,7 @@ namespace WixToolset.Core
188 /// <param name="filename">Filename to verify.</param> 188 /// <param name="filename">Filename to verify.</param>
189 /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param> 189 /// <param name="allowWildcards">true if wildcards are allowed in the filename.</param>
190 /// <returns>True if the filename is a valid short filename</returns> 190 /// <returns>True if the filename is a valid short filename</returns>
191 internal static bool IsValidShortFilename(string filename, bool allowWildcards) 191 public static bool IsValidShortFilename(string filename, bool allowWildcards)
192 { 192 {
193 if (String.IsNullOrEmpty(filename)) 193 if (String.IsNullOrEmpty(filename))
194 { 194 {