]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Fix code style
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Aug 2011 06:27:29 +0000 (08:27 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 15 Aug 2011 06:27:29 +0000 (08:27 +0200)
ccache.c

index e8ddf6c019c2020d31f7c5e744d8e5305ed38da5..979b473890846b7a08d90376ade0711813a35ab8 100644 (file)
--- a/ccache.c
+++ b/ccache.c
@@ -162,7 +162,7 @@ static bool output_is_precompiled_header = false;
 static bool output_to_real_object_first = false;
 
 /* Profile generation / usage information */
-static charprofile_dir = NULL;
+static char *profile_dir = NULL;
 static bool profile_use = false;
 static bool profile_generate = false;