From 9dfae58e9815985136c409d0f5a05dcd9d4c362d Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 2 Feb 2002 04:01:10 +0000 Subject: [PATCH] Added trailing newline to make gcc v2.96 happy. --- src/sbbs3/client.h | 2 +- src/sbbs3/ident.h | 2 +- src/sbbs3/msdirent.h | 2 +- src/sbbs3/post.h | 2 +- src/sbbs3/scfgdefs.h | 2 +- src/sbbs3/telnet.h | 2 +- src/sbbs3/userdat.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/sbbs3/client.h b/src/sbbs3/client.h index 252fdff06..d41b0e138 100644 --- a/src/sbbs3/client.h +++ b/src/sbbs3/client.h @@ -76,4 +76,4 @@ typedef struct client_rec { char pad[512-200]; } client_rec_t; -#endif /* Don't add anything after this line */ \ No newline at end of file +#endif /* Don't add anything after this line */ diff --git a/src/sbbs3/ident.h b/src/sbbs3/ident.h index 73e652807..4ae09089a 100644 --- a/src/sbbs3/ident.h +++ b/src/sbbs3/ident.h @@ -49,4 +49,4 @@ char* identify(SOCKADDR_IN* client_addr, u_short local_port, char* buf, size_t m } #endif -#endif \ No newline at end of file +#endif diff --git a/src/sbbs3/msdirent.h b/src/sbbs3/msdirent.h index 7ddd46266..cb715a2b2 100644 --- a/src/sbbs3/msdirent.h +++ b/src/sbbs3/msdirent.h @@ -77,4 +77,4 @@ void rewinddir(DIR *__dir); } #endif -#endif /* Don't add anything after this line */ \ No newline at end of file +#endif /* Don't add anything after this line */ diff --git a/src/sbbs3/post.h b/src/sbbs3/post.h index 90e3f184f..eed4b7409 100644 --- a/src/sbbs3/post.h +++ b/src/sbbs3/post.h @@ -53,4 +53,4 @@ typedef struct { /* Message data */ ulong loadposts(post_t HUGE16 **post, uint subnum, ulong ptr, uint mode); #endif -#endif /* Don't add anything after this line */ \ No newline at end of file +#endif /* Don't add anything after this line */ diff --git a/src/sbbs3/scfgdefs.h b/src/sbbs3/scfgdefs.h index e1bfd4e9f..03881c43f 100644 --- a/src/sbbs3/scfgdefs.h +++ b/src/sbbs3/scfgdefs.h @@ -576,4 +576,4 @@ typedef struct } scfg_t; -#endif /* Don't add anything after this line */ \ No newline at end of file +#endif /* Don't add anything after this line */ diff --git a/src/sbbs3/telnet.h b/src/sbbs3/telnet.h index 9225fd11a..5f42547a9 100644 --- a/src/sbbs3/telnet.h +++ b/src/sbbs3/telnet.h @@ -142,4 +142,4 @@ DLLEXPORT const char* DLLCALL telnet_opt_desc(uchar opt); #ifdef __cplusplus } -#endif \ No newline at end of file +#endif diff --git a/src/sbbs3/userdat.h b/src/sbbs3/userdat.h index 35719f757..f29782567 100644 --- a/src/sbbs3/userdat.h +++ b/src/sbbs3/userdat.h @@ -100,4 +100,4 @@ DLLEXPORT void DLLCALL subtract_cdt(scfg_t*, user_t*, long amt); } #endif -#endif \ No newline at end of file +#endif -- GitLab