diff options
author | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 19:26:43 +0000 |
---|---|---|
committer | tommi@chromium.org <tommi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-08 19:26:43 +0000 |
commit | 018a96fdb1e10160e0f12f066d9389739b37a97e (patch) | |
tree | 2bb24e3adcfc7a347f9ea6c8c78655716aa88c22 /chrome_frame | |
parent | 575cf46002b787300f532d1281f54ae7ff10aec7 (diff) | |
download | chromium_src-018a96fdb1e10160e0f12f066d9389739b37a97e.zip chromium_src-018a96fdb1e10160e0f12f066d9389739b37a97e.tar.gz chromium_src-018a96fdb1e10160e0f12f066d9389739b37a97e.tar.bz2 |
Silencing a (stupid) build warning:
chrome_tab_version.rc(6) : warning RC4093: unescaped newline in character constant in inactive code
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6451010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74151 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_tab_version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_tab_version.rc b/chrome_frame/chrome_tab_version.rc index f533bba..366c17e 100644 --- a/chrome_frame/chrome_tab_version.rc +++ b/chrome_frame/chrome_tab_version.rc @@ -3,7 +3,7 @@ #include "winres.h" #ifdef APSTUDIO_INVOKED -# error Don't open this in the GUI, it'll be massacred on save. Don't do it. +# error Do not open this in the GUI, it will be massacred on save. Do not do it. #endif // APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// |