summaryrefslogtreecommitdiff
path: root/gpsflash.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 /gpsflash.c
parent1d71ee521eacbf778810a5fae87c4bdc908e666b (diff)
downloadgpsd-dceb0d57428676c9c332fb5651b2caac03d0a87e.tar.gz
fix the $Id$ keywords here
Diffstat (limited to 'gpsflash.c')
-rw-r--r--gpsflash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsflash.c b/gpsflash.c
index c13d0c04..767c1513 100644
--- a/gpsflash.c
+++ b/gpsflash.c
@@ -337,7 +337,7 @@ main(int argc, char **argv){
verbosity = atoi(optarg);
break;
case 'V':
- (void)fprintf(stderr, "SVN ID: $$ \n");
+ (void)fprintf(stderr, "SVN ID: $Id$ \n");
exit(0);
default:
usage();