# HG changeset patch # User Stefan Karlsson # Date 1270903236 -3600 # Node ID 96b6b5b6545ae1875b71c69c628aa84b4c9f1afe # Parent f46b00385da169a06a6fcd8177164e0c466f59a0 Got rid of some trivial warnings (nested comments and tokens after #endif). diff -r f46b00385da1 -r 96b6b5b6545a browserplugins/browseraudiovideoplugin/inc/BavpLogger.h --- a/browserplugins/browseraudiovideoplugin/inc/BavpLogger.h Sun Mar 28 16:36:35 2010 +0100 +++ b/browserplugins/browseraudiovideoplugin/inc/BavpLogger.h Sat Apr 10 13:40:36 2010 +0100 @@ -26,4 +26,4 @@ void Log( TBool aWrite, const TPtrC s, const TPtrC p); void Log( TBool aWrite, const TPtrC8 s, const TPtrC8 p); -#endif BAVPLOGGER_H +#endif // BAVPLOGGER_H