Code

mktag: minimally update the description.
[git.git] / builtin-revert.c
index 80c348c401d1024721012398022eba9ff33f1d34..8f02ed7bd1b7d4aecb8611ac1c0ebf3978b34ca5 100644 (file)
@@ -107,7 +107,7 @@ static char *get_oneline(const char *message)
        return result;
 }
 
-char *get_encoding(const char *message)
+static char *get_encoding(const char *message)
 {
        const char *p = message, *eol;