X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=mapping.h;h=4424a9362ca8fb88bfa7f6a7a5418739d399d32a;hp=b944e2a0271a3b674e8ba42748e6d1bdbd399c8e;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=31edbe030ac69952aa535730427246b5e9a1603c;ds=sidebyside diff --git a/mapping.h b/mapping.h index b944e2a..4424a93 100644 --- a/mapping.h +++ b/mapping.h @@ -14,13 +14,12 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - */ + */ #ifndef MAPPING_H #define MAPPING_H -struct mapping_t -{ +struct mapping_t { char *name; int value; };