summaryrefslogtreecommitdiff
path: root/packet_test.c
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-09-21 00:06:44 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-09-21 00:06:44 +0000
commitdceb0d57428676c9c332fb5651b2caac03d0a87e (patch)
tree6085876316402d8fda8b4d32e24d21f875979bdb /packet_test.c
parent1d71ee521eacbf778810a5fae87c4bdc908e666b (diff)
downloadgpsd-dceb0d57428676c9c332fb5651b2caac03d0a87e.tar.gz
fix the $Id$ keywords here
Diffstat (limited to 'packet_test.c')
-rw-r--r--packet_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/packet_test.c b/packet_test.c
index b55381b5..d1b2d12a 100644
--- a/packet_test.c
+++ b/packet_test.c
@@ -256,7 +256,7 @@ int main(int argc, char *argv[])
verbose = atoi(optarg);
break;
case 'V':
- (void)fprintf(stderr, "SVN ID: $Id: cgps.c 3255 2006-03-02 13:01:15Z esr $ \n");
+ (void)fprintf(stderr, "SVN ID: $Id$ \n");
exit(0);
}
}