Code

Fix a bunch of pointer declarations (codestyle)
[git.git] / builtin-fetch-pack.c
index 5d134be47c85019dd66aed742eb845f6245cbf4d..cbe5f206f5baab9868bc70028262aee611fba3f9 100644 (file)
@@ -111,7 +111,7 @@ static void mark_common(struct commit *commit,
   Get the next rev to send, ignoring the common.
 */
 
-static const unsigned charget_rev(void)
+static const unsigned char *get_rev(void)
 {
        struct commit *commit = NULL;