aboutsummaryrefslogtreecommitdiff
path: root/backends/PalmOS/Src/missing/_unistd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/PalmOS/Src/missing/_unistd.cpp')
-rw-r--r--backends/PalmOS/Src/missing/_unistd.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/PalmOS/Src/missing/_unistd.cpp b/backends/PalmOS/Src/missing/_unistd.cpp
index 997b1a7825..91f2e8e3e5 100644
--- a/backends/PalmOS/Src/missing/_unistd.cpp
+++ b/backends/PalmOS/Src/missing/_unistd.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
@@ -37,4 +38,4 @@ Char *getcwd(Char *buf, UInt32 size) {
}
return copy;
-}
+} \ No newline at end of file