aboutsummaryrefslogtreecommitdiff
path: root/src/proj.c
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-08-21 11:02:23 +0200
committerGitHub <noreply@github.com>2017-08-21 11:02:23 +0200
commite044eb01eefb29187379c694f5d51d91360d3143 (patch)
tree72f22e19dcce5de9cb351164c97da29f21c886d8 /src/proj.c
parent5a622233d7d79cde8c9d405c6bf8b9443e1b5b90 (diff)
downloadPROJ-e044eb01eefb29187379c694f5d51d91360d3143.tar.gz
PROJ-e044eb01eefb29187379c694f5d51d91360d3143.zip
Added myself and Kristian Evers to AUTHORS file; Removed attribution … (#558)
* Added myself and Kristian Evers to AUTHORS file; Removed attribution for my 1999 contribution from proj.c * Add missing lf before eof
Diffstat (limited to 'src/proj.c')
-rw-r--r--src/proj.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proj.c b/src/proj.c
index b05e0669..67d60f21 100644
--- a/src/proj.c
+++ b/src/proj.c
@@ -7,7 +7,6 @@
#include <math.h>
#include "emess.h"
-/* TK 1999-02-13 */
#if defined(MSDOS) || defined(OS2) || defined(WIN32) || defined(__WIN32__)
# include <fcntl.h>
# include <io.h>
@@ -15,7 +14,6 @@
#else
# define SET_BINARY_MODE(file)
#endif
-/* ! TK 1999-02-13 */
#define MAX_LINE 1000
#define MAX_PARGS 100