diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-11-14 21:40:28 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-11-14 21:40:28 +0000 |
commit | 835b593a6f12afd01d2d93807130d05f0befdf2f (patch) | |
tree | 7fab466ef53f0a41ea817e5f458d9c0984c69b71 /gwin32.h | |
parent | b1376c12d9074db95003f2673f53036b571b52e9 (diff) |
Make #endif comment match #ifdef.
2000-11-14 Tor Lillqvist <tml@iki.fi>
* gwin32.h: Make #endif comment match #ifdef.
Diffstat (limited to 'gwin32.h')
-rw-r--r-- | gwin32.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,4 +114,4 @@ G_END_DECLS #endif /* G_OS_WIN32 */ -#endif /* __G_IOCHANNEL_H__ */ +#endif /* __G_WIN32_H__ */ |