minor comment
fluxgen fluxgen
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
src/i18n.cc
→
src/i18n.cc
@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: i18n.cc,v 1.5 2002/04/04 11:32:16 fluxgen Exp $ +// $Id: i18n.cc,v 1.6 2002/08/13 23:54:41 fluxgen Exp $ //usr GNU extensions #ifndef _GNU_SOURCE@@ -131,6 +131,6 @@ #if defined(NLS) && defined(HAVE_CATGETS)
if (m_catalog_fd != (nl_catd)-1) return (const char *) catgets(m_catalog_fd, set_number, message_number, default_message); else -#endif +#endif // NLS && HAVE_CATGETS return default_message; }