summaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/make_export.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/make_export.pl b/helpers/make_export.pl
index 659d549a0..fa4a05058 100755
--- a/helpers/make_export.pl
+++ b/helpers/make_export.pl
@@ -35,7 +35,7 @@ while ($srcfile = shift(@ARGV)) {
$count++;
$found++;
$macro = $2;
- $line = "$macro\n";
+ $line .= "$macro\n";
next;
}
elsif (/^(APR_DECLARE[^\(]*\()?[a-z_]+\)?\s+([A-Za-z0-9_]+)\(/) {