diff options
author | Adam Tkac <atkac@redhat.com> | 2008-10-08 13:40:28 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2008-10-08 13:40:28 +0000 |
commit | 3a54922143021a62bcd54af1f7270afbd86ade95 (patch) | |
tree | f2f700ae0e7c5f21a25d840f62b5b019a4f8531b /common/rfb/util.cxx | |
parent | ad1cbd968f8a2b98e241fab731f9655e43b403bb (diff) | |
download | tigervnc-3a54922143021a62bcd54af1f7270afbd86ade95.tar.gz tigervnc-3a54922143021a62bcd54af1f7270afbd86ade95.zip |
[Bugfix] Fixed typo in rfb/util.cxx (caused in r2890)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2916 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/util.cxx')
-rw-r--r-- | common/rfb/util.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/util.cxx b/common/rfb/util.cxx index 7950a1d8..a50ea586 100644 --- a/common/rfb/util.cxx +++ b/common/rfb/util.cxx @@ -30,7 +30,7 @@ * is provided ``as is'' without express or implied warranty. */ -#ifndef HAVE_COMMON_CONFIG_H +#ifdef HAVE_COMMON_CONFIG_H #include <common-config.h> #endif |