diff options
author | Herbert Dürr <hdu@apache.org> | 2013-11-06 08:24:01 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-11-06 11:49:21 +0000 |
commit | bb16855eb0b775fe7a36fc4e3c8515e7fe3d70f7 (patch) | |
tree | f5920d265eb5984e903096e1f34f756bc8f4dbac /connectivity | |
parent | fbdc77fea91e6003e2c3438e326e454afd5c0f92 (diff) |
#i123575# RmMoz 7/9: fix mismatching header guard comment
(cherry picked from commit ce2260c549c1cafadd1182e4e7155b18ab44e771)
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/evoab2/NCatalog.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/evoab2/NCatalog.hxx b/connectivity/source/drivers/evoab2/NCatalog.hxx index 36d3f961d0c3..b991c8df52e4 100644 --- a/connectivity/source/drivers/evoab2/NCatalog.hxx +++ b/connectivity/source/drivers/evoab2/NCatalog.hxx @@ -44,6 +44,6 @@ namespace connectivity }; } } -#endif // _CONNECTIVITY_MOZAB_CATALOG_HXX_ +#endif // _CONNECTIVITY_EVOAB_CATALOG_HXX_ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |