]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
Possibly fix this bug:
[lyx.git] / src / support / lyxlib.h
index 0b7469794a3468eb6db2735c483bcc4d40affa8c..b7859b9e996a2c3a9e42b630a095e9a6cb493ad6 100644 (file)
@@ -36,7 +36,7 @@ bool chmod(FileName const & file, unsigned long int mode);
 bool rename(FileName const & from, FileName const & to);
 /// copy a file, returns false it it fails
 bool copy(FileName const & from, FileName const & to,
-          unsigned long int mode = (unsigned long int)-1);
+         unsigned long int mode = (unsigned long int)-1);
 /// generates a checksum of a file
 unsigned long sum(FileName const & file);
 /// FIXME: some point to this hmm ?