[X2serv-cvs] [CVS] Module x2: Change committed
Brought to you by:
sirvulcan
From: Alex S. <ru...@us...> - 2004-06-09 20:09:19
|
Committer : Alex Schumann <ru...@us...> CVSROOT : /cvsroot/x2serv Module : x2 Commit time: 2004-06-09 20:09:12 UTC Modified files: source/parse.c Log message: fixing typeo ---------------------- diff included ---------------------- Index: x2/source/parse.c diff -u x2/source/parse.c:1.84 x2/source/parse.c:1.85 --- x2/source/parse.c:1.84 Tue Mar 16 20:43:03 2004 +++ x2/source/parse.c Wed Jun 9 13:09:01 2004 @@ -98,7 +98,7 @@ { "SH", m_noop, FALSE, TRUE }, { "OM", m_noop, TRUE, TRUE }, { "CM", m_noop, TRUE, TRUE }, - { "402", m_noop, TRUE, TRUE ), + { "402", m_noop, TRUE, TRUE }, { NULL, NULL, FALSE, FALSE } }; /* *INDENT-ON* */ ----------------------- End of diff ----------------------- |