Skip to content

Commit

Permalink
Fix typo in preprocessor guard
Browse files Browse the repository at this point in the history
Also add copyright notice for previous changes.
Fixes #239
  • Loading branch information
Flamefire authored Sep 13, 2024
1 parent 5c98f22 commit ff91706
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/boost/locale/gnu_gettext.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
//
// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
// Copyright (c) 2022-2024 Alexander Grund
//
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt

#ifndef BOOST_LOCLAE_GNU_GETTEXT_HPP
#define BOOST_LOCLAE_GNU_GETTEXT_HPP
#ifndef BOOST_LOCALE_GNU_GETTEXT_HPP
#define BOOST_LOCALE_GNU_GETTEXT_HPP

#include <boost/locale/detail/is_supported_char.hpp>
#include <boost/locale/message.hpp>
Expand Down

0 comments on commit ff91706

Please sign in to comment.