diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-28 12:42:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-28 12:42:14 +0000 |
commit | 094bc55f63fe45a0404bfccc309d57c501058545 (patch) | |
tree | 1eecb1457544884537f4f3231d5c75cec0695d45 | |
parent | 173f088735d2ae536abd012eeec1fee5bc1a9bf6 (diff) | |
download | coreutils-094bc55f63fe45a0404bfccc309d57c501058545.tar.xz |
Whoops: s/sc_src_tight_scope/sc_tight_scope/
-rw-r--r-- | Makefile.maint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.maint b/Makefile.maint index bc86029bb..c89242773 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -75,7 +75,7 @@ syntax-check-rules = \ sc_prohibit_atoi_atof \ sc_prohibit_jm_in_m4 \ sc_space_tab \ - sc_src_tight_scope \ + sc_tight_scope \ sc_sun_os_names \ sc_system_h_headers \ sc_tight_scope \ |