diff options
| author | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 19:44:19 +0000 |
|---|---|---|
| committer | Tim Kientzle <kientzle@FreeBSD.org> | 2005-03-13 19:44:19 +0000 |
| commit | 3e41208d6e21fe1c5f9b00a884334044f6d0a8d9 (patch) | |
| tree | 85aa690f64cbe3629abf83ce22e12dadc0dacd92 | |
| parent | 85e9dc7d1bcee11146ea53abb673ba182c28728b (diff) | |
Notes
| -rw-r--r-- | usr.bin/tar/getdate.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/getdate.y b/usr.bin/tar/getdate.y index 7d2658391f96..8bdf4cc5559c 100644 --- a/usr.bin/tar/getdate.y +++ b/usr.bin/tar/getdate.y @@ -13,7 +13,7 @@ /* SUPPRESS 288 on yyerrlab *//* Label unused */ #include "bsdtar_platform.h" -__FBSDID("$FreeBSD$); +__FBSDID("$FreeBSD$"); #include <ctype.h> #include <stdio.h> |
