Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 165570
b: refs/heads/master
c: d9a7a2b
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and Sam Ravnborg committed Sep 20, 2009
1 parent a9bc401 commit 9608b97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7db86dc97fb0c47af63e6b965e8ff37126050d25
refs/heads/master: d9a7a2bd07ed3b838d95559d547061afcf3e45f6
4 changes: 2 additions & 2 deletions trunk/scripts/checkincludes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
++$includedfiles{$1};
}
}

close(FILE);

foreach $filename (keys %includedfiles) {
if ($includedfiles{$filename} > 1) {
print "$file: $filename is included more than once.\n";
}
}

close(FILE);
}

0 comments on commit 9608b97

Please sign in to comment.