FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -152,7 +152,7 @@ DisposeProtoDisplay( struct protoDisplay *pdpy )
|
||||
prev = p;
|
||||
}
|
||||
if (!p)
|
||||
return;
|
||||
return 0;
|
||||
if (prev)
|
||||
prev->next = pdpy->next;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user