mirror of
https://github.com/cahirwpz/amigaos-cross-toolchain
synced 2025-11-19 15:59:38 +00:00
12 lines
425 B
Diff
12 lines
425 B
Diff
--- sfdc/Dump.pl 2005-09-24 16:49:49.000000000 +0200
|
|
+++ sfdc/Dump.pl 2013-08-30 15:46:41.000000000 +0200
|
|
@@ -19,7 +19,7 @@
|
|
my $sfd = $self->{SFD};
|
|
|
|
print "SFD information\n";
|
|
- print "¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯\n";
|
|
+ print "---------------\n";
|
|
print "Copyright: $$sfd{'copyright'}\n";
|
|
print "RCS ID: $$sfd{'id'}\n";
|
|
print "Module name: $$sfd{'libname'}\n";
|