From: Joel Rosdahl Date: Thu, 10 Jun 2010 09:28:19 +0000 (+0200) Subject: Use traditional C comment syntax X-Git-Tag: v3.0~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ce634b36f4a07c92715ed244b0533d0709d1618;p=thirdparty%2Fccache.git Use traditional C comment syntax --- diff --git a/ccache.c b/ccache.c index 8f7243b6f..fa54bdf40 100644 --- a/ccache.c +++ b/ccache.c @@ -1255,7 +1255,7 @@ static void from_cache(enum fromcache_call_mode mode, int put_object_in_manifest break; case FROMCACHE_COMPILED_MODE: - // Stats already updated in to_cache(). + /* Stats already updated in to_cache(). */ break; }