X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Slew%2Fslew.h;h=a6d8b746bf0e1eda7728dc279b10dffc0cfd899f;hb=417048636fba6b0de91c08081a43cc953e7a01b4;hp=ffc76d315865bd7ef5fa0555d0032152cb56eaeb;hpb=450dd6d45af260f7e32aa4612e069c1cdba7fd7b;p=flightgear.git diff --git a/Slew/slew.h b/Slew/slew.h index ffc76d315..a6d8b746b 100644 --- a/Slew/slew.h +++ b/Slew/slew.h @@ -35,13 +35,16 @@ void fgSlewInit(double pos_x, double pos_y, double pos_z, double heading); void fgSlewUpdate(); -#endif SLEW_H +#endif /* SLEW_H */ /* $Log$ -/* Revision 1.1 1997/05/29 02:29:43 curt -/* Moved to their own directory. +/* Revision 1.2 1997/07/23 21:52:20 curt +/* Put comments around the text after an #endif for increased portability. /* + * Revision 1.1 1997/05/29 02:29:43 curt + * Moved to their own directory. + * * Revision 1.2 1997/05/23 15:40:38 curt * Added GNU copyright headers. *