[PATCH] Typo

Ralph Böhme rb at sernet.de
Mon Mar 10 10:42:20 MDT 2014


Hi

attached patch fixes a small typo. Review appreciated.

Thanks!
-Ralph

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de,mailto:kontakt@sernet.de
-------------- next part --------------
>From 8c7c438fcf89c50260ec3527f4bcd269f32f5e5d Mon Sep 17 00:00:00 2001
From: Ralph Boehme <rb at sernet.de>
Date: Fri, 14 Feb 2014 17:38:25 +0100
Subject: [PATCH 1/5] Fix a typo

Signed-off-by: Ralph Boehme <rb at sernet.de>
---
 source3/include/MacExtensions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source3/include/MacExtensions.h b/source3/include/MacExtensions.h
index 6e911fe..5e28725 100644
--- a/source3/include/MacExtensions.h
+++ b/source3/include/MacExtensions.h
@@ -39,7 +39,7 @@
 /*
 ** NT's AFP_AfpInfo stream structure
 */
-#define APF_INFO_SIZE		0x3c		
+#define AFP_INFO_SIZE		0x3c
 #define AFP_Signature		0x41465000 
 #define AFP_Version			0x00000100
 #define AFP_BackupTime		0x00000080
-- 
1.8.5.3



More information about the samba-technical mailing list