summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-12 10:43:45 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-11-12 10:43:45 +0000
commit29724e44dd248711b389aecbbdd508e550de5280 (patch)
tree8bdae4eb4b54f135119251d0e4dc8999d4533e78 /lib
parent7a13580954dc2e5d7a4f265481df15acac67fc71 (diff)
Fixed bug in adding to text string for output to file
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1152 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/sbin/CreateScheduleBindings.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sbin/CreateScheduleBindings.pl b/lib/sbin/CreateScheduleBindings.pl
index da3f7f8f..33bb0dd0 100644
--- a/lib/sbin/CreateScheduleBindings.pl
+++ b/lib/sbin/CreateScheduleBindings.pl
@@ -195,8 +195,8 @@ sub ScheduleCreateBindings
$outbuf = "";
$outbuf .= "\#include \"SKBinTree.h\"\n";
$outbuf .= "\#include \"cctk_ActiveThorns.h\"\n";
- $outbuf = "\n";
- $outbuf .= "/* Prototypes for functions to be registered. */";
+ $outbuf .= "\n";
+ $outbuf .= "/* Prototypes for functions to be registered. */\n";
foreach $thorn (sort split(" ", $rhinterface_db->{"THORNS"}))
{