Fixed a typo found by lintian

This commit is contained in:
Thomas Schmitt 2016-02-05 13:00:41 +00:00
parent 2f4613fd26
commit 02d06cffbc
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2016.01.27.174553"
#define Cdrskin_timestamP "2016.02.05.130154"

View File

@ -1647,7 +1647,7 @@ out_of_mem:;
if (crs->file_source != NULL) {
libdax_msgs_submit(libdax_messenger, -1, 0x00020192,
LIBDAX_MSGS_SEV_FAILURE, LIBDAX_MSGS_PRIO_HIGH,
"In cue sheet file: Multiple occurences of FILE",
"In cue sheet file: Multiple occurrences of FILE",
0, 0);
ret = 0; goto ex;
}