aboutsummaryrefslogtreecommitdiffhomepage
path: root/wildcard.c
diff options
context:
space:
mode:
Diffstat (limited to 'wildcard.c')
-rw-r--r--wildcard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/wildcard.c b/wildcard.c
index a2cf09b0..9456b85f 100644
--- a/wildcard.c
+++ b/wildcard.c
@@ -1144,8 +1144,7 @@ int wildcard_expand( const wchar_t *wc,
int c = al_get_count( out );
int res = wildcard_expand_internal( wc, base_dir, flags, out );
int i;
-
-
+
if( flags & ACCEPT_INCOMPLETE )
{
wchar_t *wc_base=L"";