From bdb84756477f4e83f8136c777ab7959a0dbcd894 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 20 Mar 2015 17:59:10 +0100 Subject: [PATCH] Fixup some C++ comments --- file_ops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/file_ops.c b/file_ops.c index bbc388c3f9..79409257e9 100644 --- a/file_ops.c +++ b/file_ops.c @@ -166,14 +166,14 @@ bool read_compressed_file(const char * path, void **buf, } } - //We split carchive path and relative path: + /* We split carchive path and relative path: */ strlcpy(archive_path, path, sizeof(archive_path)); archive_found = (char*)strchr(archive_path,'#'); rarch_assert(archive_found != NULL); - //We assure that there is something after the '#' symbol + /* We assure that there is something after the '#' symbol. */ if (strlen(archive_found) <= 1) { /*