]> git.ipfire.org Git - thirdparty/git.git/blobdiff - environment.c
Start the 2.46 cycle
[thirdparty/git.git] / environment.c
index 60706ea3987f2c4d11e5e2e2d21aa5cd5e9196e1..a73ba9c12caed24dd724144890fffd0f116b1c38 100644 (file)
@@ -110,7 +110,7 @@ int protect_ntfs = PROTECT_NTFS_DEFAULT;
  * The character that begins a commented line in user-editable file
  * that is subject to stripspace.
  */
-char comment_line_char = '#';
+const char *comment_line_str = "#";
 int auto_comment_line_char;
 
 /* Parallel index stat data preload? */