aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/expand.c b/expand.c
index 77bdd613..f85e3623 100644
--- a/expand.c
+++ b/expand.c
@@ -173,7 +173,7 @@ wchar_t *expand_escape_variable( const wchar_t *in )
L"\'",
el,
L"\'",
- 0 );
+ (void *)0 );
}
else
{
@@ -199,7 +199,7 @@ wchar_t *expand_escape_variable( const wchar_t *in )
L"\'",
el,
L"\'",
- 0 );
+ (void *)0 );
}
else
{