Fixed a typo found by lintian

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

View File

@ -5096,7 +5096,7 @@ int Cdrskin_cdtext_to_file(struct CdrskiN *skin, char *path, int flag)
printf("CD-Text len: %d\n", num_packs * 18 + 4);
} else {
fprintf(stderr, "cdrskin: FATAL : Program error : Unknow format %d with Cdrskin_cdtext_to_file.\n", fmt);
fprintf(stderr, "cdrskin: FATAL : Program error : Unknown format %d with Cdrskin_cdtext_to_file.\n", fmt);
{ret= -1; goto ex;}
}
ret= 1;

View File

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