mirror of
https://git.code.sf.net/p/ntfs-3g/ntfs-3g.git
synced 2024-11-23 01:53:45 +08:00
Fixed a constant string concatenation
Adjust for recent compilers requiring a space between concatenated strings.
This commit is contained in:
parent
094f9b3f2d
commit
56b8e713d5
@ -75,7 +75,7 @@
|
||||
#include "logging.h"
|
||||
#include "misc.h"
|
||||
|
||||
const char *ntfs_bugs = "Developers' email address: "NTFS_DEV_LIST"\n";
|
||||
const char *ntfs_bugs = "Developers' email address: " NTFS_DEV_LIST "\n";
|
||||
const char *ntfs_gpl = "This program is free software, released under the GNU "
|
||||
"General Public License\nand you are welcome to redistribute it under "
|
||||
"certain conditions. It comes with\nABSOLUTELY NO WARRANTY; for "
|
||||
|
Loading…
Reference in New Issue
Block a user