From 2cb17747e8f7ce55862e1372fd1da939dcddcc34 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Fri, 16 Sep 2011 16:16:04 +0200 Subject: [PATCH] Tweak comments. --- bacula/src/filed/xattr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bacula/src/filed/xattr.c b/bacula/src/filed/xattr.c index e59e519021..b1f19fc980 100644 --- a/bacula/src/filed/xattr.c +++ b/bacula/src/filed/xattr.c @@ -3333,7 +3333,7 @@ static bxattr_exit_code (*os_parse_xattr_streams)(JCR *jcr, int stream) = solari */ bxattr_exit_code build_xattr_streams(JCR *jcr, FF_PKT *ff_pkt) { - /** + /* * See if we are changing from one device to an other. * We save the current device we are scanning and compare * it with the current st_dev in the last stat performed on @@ -3363,7 +3363,7 @@ bxattr_exit_code parse_xattr_streams(JCR *jcr, int stream) { unsigned int cnt; - /** + /* * See if we are changing from one device to an other. * We save the current device we are restoring to and compare * it with the current st_dev in the last stat performed on -- 2.39.5