]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common/freebsd_errno.cc: fix missing ; 15741/head
authorWillem Jan Withagen <wjw@digiware.nl>
Fri, 16 Jun 2017 21:36:51 +0000 (23:36 +0200)
committerWillem Jan Withagen <wjw@digiware.nl>
Fri, 16 Jun 2017 21:36:51 +0000 (23:36 +0200)
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
src/common/freebsd_errno.cc

index 27f60f8a0cab2916e3aa39e99c5b00666c145cb4..cc89436a90bf2bcd9d43ce138fbf942b4cdb24c9 100644 (file)
@@ -123,7 +123,7 @@ static const__s32 hostos_to_ceph_conv[256] = {
        C2H_ERRNO(131, ENOTRECOVERABLE),        
        C2H_ERRNO(132, EPERM),   //TODO ERFKILL
        C2H_ERRNO(133, EPERM),   //TODO EHWPOISON
-    }
+    };
 
 // Build a table with the FreeBSD error as index
 // and the Linux error as value