]> wimlib.net Git - wimlib/blobdiff - src/paths.c
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / src / paths.c
index 32770ac00c7c5d34046f1b4af8145bbeb8b59be6..34d08a5c8bd61a3928fbf63df56e6235dfe8b4a2 100644 (file)
@@ -16,7 +16,7 @@
  * details.
  *
  * You should have received a copy of the GNU Lesser General Public License
- * along with this file; if not, see http://www.gnu.org/licenses/.
+ * along with this file; if not, see https://www.gnu.org/licenses/.
  */
 
 #ifdef HAVE_CONFIG_H
@@ -113,7 +113,7 @@ do_canonicalize_path(const tchar *in, tchar *out)
  *
  * Examples (with WIM_PATH_SEPARATOR == '/'):
  *
- *             => /            [ either NULL or empty string ]
+ *             => /            [ either NULL or empty string ]
  * /           => /
  * \           => /
  * hello       => /hello