diff options
author | 2009-12-28 09:04:00 +0000 | |
---|---|---|
committer | 2009-12-28 09:04:00 +0000 | |
commit | bd24fb23c10ca9fbf63e2191dc8e58a87b83b325 (patch) | |
tree | 5ba5c3cffeb38fb8f492e030130268c4bcbafb4d /src/tools/regrep.c | |
parent | 6763b10bf005f0bcd1ba23e440d652b31dcac447 (diff) |
Results of running the latest srcclean.
Diffstat (limited to 'src/tools/regrep.c')
-rw-r--r-- | src/tools/regrep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/regrep.c b/src/tools/regrep.c index ca359f362d2..6409c822418 100644 --- a/src/tools/regrep.c +++ b/src/tools/regrep.c @@ -103,7 +103,7 @@ struct _summary_list summary_list * next; summary_file * files; char * dir; - char version[40]; + char version[40]; }; |