From 8b4a209ed0100be81e39ca17fae4ac6eabba72c6 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Fri, 13 Jun 2014 23:29:28 -0500 Subject: [PATCH] capture_common.c: Fix comment --- src/capture_common.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/capture_common.c b/src/capture_common.c index 7d7315a8..ececd29a 100644 --- a/src/capture_common.c +++ b/src/capture_common.c @@ -44,8 +44,7 @@ * Flags, optional progress function, and progress data for the capture * operation. * @status - * Status of the scanned file (ok, unsupported, excluded, or excluded - * symlink). + * Status of the scanned file. * @inode * If @status is WIMLIB_SCAN_DENTRY_OK, this is a pointer to the WIM inode * that has been created for the scanned file. The first time the file is -- 2.43.0