FreeBSD 10 clang port
This commit is contained in:
committed by
Jon Trulson
parent
8d0551bfda
commit
c3f74eec17
@@ -411,7 +411,7 @@ printkey(n, pkdesc, print)
|
||||
|
||||
if (pkdesc->k_nparts == 0) {
|
||||
print("%3d: --- NO PRIMARY KEY ---\n", n);
|
||||
return;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (n == 1)
|
||||
|
||||
Reference in New Issue
Block a user