From 1d8d374fa40b7a69dddc7e4c8a53ed66555d4c37 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 15 Aug 2011 10:18:40 +0200 Subject: Convert C++ style comments to /* */ --- src/filelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filelist.c') diff --git a/src/filelist.c b/src/filelist.c index 3279bce..0373504 100644 --- a/src/filelist.c +++ b/src/filelist.c @@ -29,7 +29,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "options.h" gib_list *filelist = NULL; -gib_list *original_file_items = NULL; // original file items from argv +gib_list *original_file_items = NULL; /* original file items from argv */ int filelist_len = 0; gib_list *current_file = NULL; extern int errno; -- cgit v1.2.3