From: curt Date: Fri, 25 Sep 1998 19:38:01 +0000 (+0000) Subject: Minor tweaks so that this actually compiles. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc6d579c5c71b781189807ee7e5eb743c1439475;p=flightgear.git Minor tweaks so that this actually compiles. --- diff --git a/AssemTris/assemtris.cxx b/AssemTris/assemtris.cxx index 481943f2e..332a670d8 100644 --- a/AssemTris/assemtris.cxx +++ b/AssemTris/assemtris.cxx @@ -1,8 +1,8 @@ -// assemtris.c -- reassemble the pieces produced by splittris +// assemtris.cxx -- reassemble the pieces produced by splittris // // Written by Curtis Olson, started January 1998. // -// Copyright (C) 1997 Curtis L. Olson - curt@infoplane.com +// Copyright (C) 1997 Curtis L. Olson - curt@me.umn.edu // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ #include // for stat() #include // for stat() -#include "assemtris.h" +#include "assemtris.hxx" #include #include @@ -542,6 +542,9 @@ int main(int argc, char **argv) { // $Log$ +// Revision 1.2 1998/09/25 19:38:01 curt +// Minor tweaks so that this actually compiles. +// // Revision 1.1 1998/09/25 19:35:29 curt // Renamed assemtris.[ch] to assemtris.[ch]xx // diff --git a/AssemTris/assemtris.hxx b/AssemTris/assemtris.hxx index ad22792a0..3c96881f4 100644 --- a/AssemTris/assemtris.hxx +++ b/AssemTris/assemtris.hxx @@ -1,4 +1,4 @@ -// splittris.h -- reassemble the pieces produced by splittris +// splittris.hxx -- reassemble the pieces produced by splittris // // Written by Curtis Olson, started January 1998. // @@ -39,6 +39,9 @@ // $Log$ +// Revision 1.2 1998/09/25 19:38:03 curt +// Minor tweaks so that this actually compiles. +// // Revision 1.1 1998/09/25 19:35:31 curt // Renamed assemtris.[ch] to assemtris.[ch]xx //