X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=tools%2Fif2img.cpp;h=0dbc0f4ca0fc5de8b2bff3838e7c7d774cd9762f;hp=fcf214de49192d634a5ba78c3f21709e1c1e2e7a;hb=a35f9818445c3d30109ebf7d68422ca81d02aaf9;hpb=93eb50659a64db3e37753d36c9923e82c7f7ca8a diff --git a/tools/if2img.cpp b/tools/if2img.cpp index fcf214d..0dbc0f4 100644 --- a/tools/if2img.cpp +++ b/tools/if2img.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: if2img.cpp,v 1.2 2000/07/28 08:28:08 kevin Exp $ +** $Id: if2img.cpp,v 1.3 2000/08/02 18:09:11 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 @@ -48,6 +48,8 @@ static struct option my_options[] = {0, 0, 0, 0} }; +static const char* g_szIdStr = "$id$"; + enum { O_AUTO_FULL, O_AUTO_STD0_1, O_AUTO_STD0_5, O_AUTO_STD1, O_AUTO_STD2, O_AUTO_STD3 }; static const char O_AUTO_FULL_STR[]="full"; static const char O_AUTO_STD0_1_STR[]="std0.1";