aboutsummaryrefslogtreecommitdiff
path: root/src/graph/viewman/make2D.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/viewman/make2D.c')
-rw-r--r--src/graph/viewman/make2D.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/graph/viewman/make2D.c b/src/graph/viewman/make2D.c
index a4beba4e..74f89b78 100644
--- a/src/graph/viewman/make2D.c
+++ b/src/graph/viewman/make2D.c
@@ -1,5 +1,5 @@
/*
- Copyright (C) 1991-2002, The Numerical ALgorithms Group Ltd.
+ Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
Copyright (C) 2007-2008, Gabriel Dos Reis.
All rights reserved.
@@ -16,7 +16,7 @@
the documentation and/or other materials provided with the
distribution.
- - Neither the name of The Numerical ALgorithms Group Ltd. nor the
+ - Neither the name of The Numerical Algorithms Group Ltd. nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.
@@ -42,13 +42,7 @@
#include "make2D.H1"
void
-#ifdef _NO_PROTO
-makeView2DFromSpadData(viewdata,graphState)
- view2DStruct *viewdata;
- graphStateStruct graphState[];
-#else
makeView2DFromSpadData(view2DStruct *viewdata,graphStateStruct graphState[])
-#endif
{
int i;