30 lines
769 B
Diff
30 lines
769 B
Diff
|
From 5abc3858a25fa6774c6e2d89cc5d1d14a9c9f7cb Mon Sep 17 00:00:00 2001
|
||
|
From: Peter Jones <pjones@redhat.com>
|
||
|
Date: Tue, 13 Mar 2018 15:20:27 -0400
|
||
|
Subject: [PATCH 17/25] Fix another place clang complains about
|
||
|
|
||
|
Fix another place clang complains about.
|
||
|
|
||
|
Signed-off-by: Peter Jones <pjones@redhat.com>
|
||
|
Signed-off-by: Nigel Croxon <ncroxon@redhat.com>
|
||
|
---
|
||
|
lib/guid.c | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/lib/guid.c b/lib/guid.c
|
||
|
index 8daa505ed97..6498e9063cf 100644
|
||
|
--- a/lib/guid.c
|
||
|
+++ b/lib/guid.c
|
||
|
@@ -97,7 +97,7 @@ static struct {
|
||
|
{ &SMapId, L"ShellDevPathMap" },
|
||
|
{ &SAliasId, L"ShellAlias" },
|
||
|
|
||
|
- { NULL, NULL }
|
||
|
+ { NULL, L"" }
|
||
|
};
|
||
|
|
||
|
//
|
||
|
--
|
||
|
2.15.0
|
||
|
|