Fix spelling of ifdef.

This commit is contained in:
steve 2003-07-15 16:17:47 +00:00
parent 4a8b9e549a
commit 82bfbf41ea
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,8 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*/ */
#ivied HAVE_CVS_IDENT #ifdef HAVE_CVS_IDENT
#ident "$Id: dosify.c,v 1.4 2003/07/15 03:49:22 steve Exp $" #ident "$Id: dosify.c,v 1.5 2003/07/15 16:17:47 steve Exp $"
#endif #endif
/* /*
@ -69,6 +69,9 @@ int main(int argc, char*argv[])
/* /*
* $Log: dosify.c,v $ * $Log: dosify.c,v $
* Revision 1.5 2003/07/15 16:17:47 steve
* Fix spelling of ifdef.
*
* Revision 1.4 2003/07/15 03:49:22 steve * Revision 1.4 2003/07/15 03:49:22 steve
* Spelling fixes. * Spelling fixes.
* *