Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2011-02-02 07:16:50 +0300
committerVicent Marti <tanoku@gmail.com>2011-02-02 07:16:50 +0300
commitddc9e79ae2acf6afa9262909649b2984e1b3ff1a (patch)
treeecf03a8fd74581b82e02ac922da040b37ce624f4 /src/refs.h
parentff5873ad950ca2de9f4680e01ee7c8cb258f9874 (diff)
Fix more issues with Win32 EOL
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'src/refs.h')
-rw-r--r--src/refs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/refs.h b/src/refs.h
index f19d87894..3b6d5673f 100644
--- a/src/refs.h
+++ b/src/refs.h
@@ -11,7 +11,7 @@
#define GIT_SYMREF "ref: "
#define GIT_PACKEDREFS_FILE "packed-refs"
-#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled \n"
+#define GIT_PACKEDREFS_HEADER "# pack-refs with: peeled "
#define MAX_GITDIR_TREE_STRUCTURE_PATH_LENGTH 100
struct git_reference {