aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/depmod.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/depmod.pl b/examples/depmod.pl
index ca2e8f76d..c356d2715 100755
--- a/examples/depmod.pl
+++ b/examples/depmod.pl
@@ -177,7 +177,7 @@ sub build_ref_tables
177 } else { 177 } else {
178 # exporting all symbols 178 # exporting all symbols
179 foreach ( @$sym_ar ) { 179 foreach ( @$sym_ar ) {
180 / [ABCDGRST] (.*)$/ and do { 180 / [ABCDGRSTW] (.*)$/ and do {
181 warn "syma = $1\n" if $verbose; 181 warn "syma = $1\n" if $verbose;
182 $exp->{$1} = $name; 182 $exp->{$1} = $name;
183 }; 183 };