Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16241/src/mail

Modified Files:
        MessageCC.cpp 
Log Message:
added missing semicolon after CHECK()

Index: MessageCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MessageCC.cpp,v
retrieving revision 1.153
retrieving revision 1.154
diff -b -u -2 -r1.153 -r1.154
--- MessageCC.cpp       16 Jan 2006 20:32:28 -0000      1.153
+++ MessageCC.cpp       24 Mar 2006 16:42:05 -0000      1.154
@@ -436,5 +436,5 @@
 {
    CheckEnvelope();
-   CHECK( m_Envelope, NULL, _T("no envelop in GetAddressStruct()") )
+   CHECK( m_Envelope, NULL, _T("no envelop in GetAddressStruct()") );
 
    ADDRESS *addr;



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to