summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorwlemb <wlemb>2004-04-10 14:51:15 +0000
committerwlemb <wlemb>2004-04-10 14:51:15 +0000
commit686676fbdba16402f4cef7cc8e48ce98b43610f3 (patch)
tree62783e1456bf9b70f5aded3d830ad21752ece114 /src
parenta7f59e584852bf50e9ec405b6919b90d5542c734 (diff)
downloadgroff-686676fbdba16402f4cef7cc8e48ce98b43610f3.tar.gz
* src/utils/hpftodit/hpuni.cpp (hp_msl_to_unicode_list): Don't
use anonymous type.
Diffstat (limited to 'src')
-rw-r--r--src/utils/hpftodit/hpuni.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/hpftodit/hpuni.cpp b/src/utils/hpftodit/hpuni.cpp
index 892843ac..470d147f 100644
--- a/src/utils/hpftodit/hpuni.cpp
+++ b/src/utils/hpftodit/hpuni.cpp
@@ -1,5 +1,5 @@
// -*- C++ -*-
-/* Copyright (C) 2003 Free Software Foundation, Inc.
+/* Copyright (C) 2003, 2004 Free Software Foundation, Inc.
Written by Jeff Conrad (jeff_conrad@msn.com)
This file is part of groff.
@@ -33,7 +33,7 @@ implement_ptable(hp_msl_to_unicode)
PTABLE(hp_msl_to_unicode) hp_msl_to_unicode_table;
-struct {
+struct S {
const char *key;
const char *value;
} hp_msl_to_unicode_list[] = {