CVS: winex/dlls/dbghelp dbghelp_private.h,1.3,1.4
[email protected] 30 Aug 2007 14:18:22 -0000
| Newsgroups | gmane.comp.emulators.winex.cvs |
|---|---|
| Message-ID | <[email protected]> |
Subject: winex/dlls/dbghelp dbghelp_private.h,1.3,1.4Update of /var/lib/cvsd/cvsroot/winex/dlls/dbghelp
In directory agravaine:/tmp/cvs-serv19143/dlls/dbghelp
Modified Files:
dbghelp_private.h
Log Message:
- just anticipating a compiler warning that always gets me... gcc wants a newline at the end of the file and VC doesn't care.
Index: dbghelp_private.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/dlls/dbghelp/dbghelp_private.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- dbghelp_private.h 30 Aug 2007 14:18:01 -0000 1.3
+++ dbghelp_private.h 30 Aug 2007 14:18:20 -0000 1.4
@@ -630,4 +630,4 @@
symt_new_typedef(struct module* module, struct symt* ref,
const char* name);
-#endif
\ No newline at end of file
+#endif