summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-18 15:04:58 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-02-18 15:04:58 +0000
commit157a16cd382578462d88ea0250442c984bc42f96 (patch)
tree5012837209c9963e6db6713d930561adfb317c9e
parent6a23d1bcbf59a54e2cfce031f487dab8bfdffb21 (diff)
Added a void in front of a routine name
git-svn-id: http://svn.cactuscode.org/flesh/trunk@307 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/schedule_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/schedule_parser.pl b/lib/sbin/schedule_parser.pl
index 258cdf6d..664658f9 100644
--- a/lib/sbin/schedule_parser.pl
+++ b/lib/sbin/schedule_parser.pl
@@ -164,7 +164,7 @@ sub create_RegisterSTARTUP
print OUT <<EOT;
- Cactus_RegisterSTARTUP()
+ void Cactus_RegisterSTARTUP()
{
$startup_calls
}