aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/missing/_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/missing/_string.cpp')
-rw-r--r--backends/PalmOS/Src/missing/_string.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/missing/_string.cpp b/backends/PalmOS/Src/missing/_string.cpp
index f37be37ef2..a02c360ceb 100644
--- a/backends/PalmOS/Src/missing/_string.cpp
+++ b/backends/PalmOS/Src/missing/_string.cpp
@@ -1,6 +1,7 @@
/* ScummVM - Scumm Interpreter
* Copyright (C) 2001 Ludvig Strigeus
* Copyright (C) 2001-2006 The ScummVM project
+ * Copyright (C) 2002-2006 Chris Apers - PalmOS Backend
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -117,4 +118,4 @@ Char *strdup(const Char *s1) {
StrCopy(buf, s1);
return buf;
-}
+} \ No newline at end of file