summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-12 11:36:05 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-10-12 11:36:05 +0000
commit0ff2389bd500cf5161124e7d4aaf88df954f6357 (patch)
tree254671e179e9d1dbd3a8cf9458d8a7f94d002cde /src
parent15691f479268d370d9b783cdf09c73469cfc5a13 (diff)
Maing local function static as per prototype.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1866 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src')
-rw-r--r--src/main/ScheduleInterface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 1c257468..bac860e5 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1539,7 +1539,7 @@ static int ParseOptionList(int n_items,
0 - success
@endreturndesc
@@*/
-int InitialiseOptionList(t_attribute *attribute)
+static int InitialiseOptionList(t_attribute *attribute)
{
attribute->FunctionData.global = 0;