]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Use traditional C comment syntax
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 10 Jun 2010 09:28:19 +0000 (11:28 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 10 Jun 2010 09:28:19 +0000 (11:28 +0200)
ccache.c

index 8f7243b6f3d0039be5114e0bfb8e60615cefc102..fa54bdf4008871119149645308500a589f1ab2c6 100644 (file)
--- 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;
        }