From b47d07f053b489ebd5afab1898dc29d4465ad8a9 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 20 Jan 2004 20:42:43 +0000 Subject: [PATCH] Fix unterminated comments in previous checkin git-svn-id: svn://svn.tartarus.org/sgt/putty@3746 cda61777-01e9-0310-a592-d414129be87e --- pageant.rc | 2 +- puttygen.rc | 2 +- win_res.rc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pageant.rc b/pageant.rc index be532fbd..4fbbe8bf 100644 --- a/pageant.rc +++ b/pageant.rc @@ -11,7 +11,7 @@ #endif #endif -#endif /* end #ifdef __LCC__ +#endif /* end #ifdef __LCC__ */ /* Some systems don't define this, so I do it myself if necessary */ #ifndef RT_MANIFEST diff --git a/puttygen.rc b/puttygen.rc index ffef2eca..e1f3feea 100644 --- a/puttygen.rc +++ b/puttygen.rc @@ -11,7 +11,7 @@ #endif #endif -#endif /* end #ifdef __LCC__ +#endif /* end #ifdef __LCC__ */ /* Some systems don't define this, so I do it myself if necessary */ #ifndef RT_MANIFEST diff --git a/win_res.rc b/win_res.rc index cd8bc3c2..9a16c814 100644 --- a/win_res.rc +++ b/win_res.rc @@ -11,7 +11,7 @@ #endif #endif -#endif /* end #ifdef __LCC__ +#endif /* end #ifdef __LCC__ */ /* Some systems don't define this, so I do it myself if necessary */ #ifndef TCS_MULTILINE -- 2.11.0