From: Eric Biggers Date: Sat, 14 Jun 2014 04:29:28 +0000 (-0500) Subject: capture_common.c: Fix comment X-Git-Tag: v1.7.0~23 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=8b4a209ed0100be81e39ca17fae4ac6eabba72c6 capture_common.c: Fix comment --- 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