Fixed formatting

This commit is contained in:
Klaus Schmidinger 2008-05-22 10:40:08 +02:00
parent cc3afcfc68
commit 2ee1e61d35
1 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and * See the main source file 'vdr.c' for copyright information and
* how to reach the author. * how to reach the author.
* *
* $Id: recording.c 2.2 2008/05/03 10:16:10 kls Exp $ * $Id: recording.c 2.3 2008/05/22 10:40:08 kls Exp $
*/ */
#include "recording.h" #include "recording.h"
@ -1485,8 +1485,8 @@ cUnbufferedFile *cFileName::SetOffset(int Number, int Offset)
return SetOffset(Number + 1); // file exists and has non zero size, let's try next suffix return SetOffset(Number + 1); // file exists and has non zero size, let's try next suffix
else { else {
// zero size file, remove it // zero size file, remove it
dsyslog ("cFileName::SetOffset: removing zero-sized file %s", fileName); dsyslog("cFileName::SetOffset: removing zero-sized file %s", fileName);
unlink (fileName); unlink(fileName);
} }
} }
else else