Fix a compiler warning.

(Logical change 1.336)
edge.strict_endians
cantab.net!aia21 2004-03-17 12:22:03 +00:00
parent 9318887cd5
commit 117c16ec74
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ char *ntfs_guid_to_mbs(const GUID *guid, char *guid_str)
if (!guid) {
errno = EINVAL;
return (char *)guid;
return NULL;
}
_guid_str = guid_str;
if (!_guid_str) {