]> git.saurik.com Git - apple/xnu.git/blobdiff - libsyscall/mach/mach_error_string.c
xnu-4570.71.2.tar.gz
[apple/xnu.git] / libsyscall / mach / mach_error_string.c
index 9240629d96ff0c93e7a8fc9e2f35d07b980df904..82dc4da9919bf065bd66f4e65711dc7b05511198 100644 (file)
@@ -173,7 +173,6 @@ mach_error_string(mach_error_t err)
        boolean_t diag;
 
        return mach_error_string_int( err, &diag );
-
 }
 
 /* vim: set ts=4: */