summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-18 09:33:40 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-18 09:33:40 +0200
commitcfc1903408cc121ef6e6e9f16e14099f7d4150bb (patch)
tree2643c0d6408383433352fac6c18f0a0eeaf214f1 /tools.h
parente7d98d2ee679e9f4b0f5581ddbf62465523fba09 (diff)
downloadvdr-cfc1903408cc121ef6e6e9f16e14099f7d4150bb.tar.gz
vdr-cfc1903408cc121ef6e6e9f16e14099f7d4150bb.tar.bz2
Fixed a typo
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools.h b/tools.h
index 9d18d534..1ee69d32 100644
--- a/tools.h
+++ b/tools.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: tools.h 1.76 2005/09/11 13:04:03 kls Exp $
+ * $Id: tools.h 1.77 2005/09/17 15:33:40 kls Exp $
*/
#ifndef __TOOLS_H
@@ -111,7 +111,7 @@ bool DirectoryOk(const char *DirName, bool LogErrors = false);
bool MakeDirs(const char *FileName, bool IsDirectory = false);
bool RemoveFileOrDir(const char *FileName, bool FollowSymlinks = false);
bool RemoveEmptyDirectories(const char *DirName, bool RemoveThis = false);
-char *ReadLink(const char *FileName); ///< returns a new strings allocated on the heap, which the caller must delete (or NULL in case of an error)
+char *ReadLink(const char *FileName); ///< returns a new string allocated on the heap, which the caller must delete (or NULL in case of an error)
bool SpinUpDisk(const char *FileName);
time_t LastModifiedTime(const char *FileName);
cString WeekDayName(int WeekDay);