From b565c017417f9dc25ea30d651a6b6c5435314259 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 3 Aug 2000 09:53:41 +0000 Subject: [PATCH] r174: *** empty log message *** --- tools/pjrec.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pjrec.cpp b/tools/pjrec.cpp index 496ace5..272c922 100644 --- a/tools/pjrec.cpp +++ b/tools/pjrec.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: pjrec.cpp,v 1.8 2000/08/03 09:53:09 kevin Exp $ +** $Id: pjrec.cpp,v 1.9 2000/08/03 09:53:41 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -49,7 +49,7 @@ static struct option my_options[] = {0, 0, 0, 0} }; -static const char* g_szIdStr = "$id$"; +static const char* g_szIdStr = "$Id: pjrec.cpp,v 1.9 2000/08/03 09:53:41 kevin Exp $"; void pjrec_usage (const char *program) -- 2.34.1