aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/imDispch.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/imDispch.c')
-rw-r--r--nx-X11/lib/X11/imDispch.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/nx-X11/lib/X11/imDispch.c b/nx-X11/lib/X11/imDispch.c
index 951e75000..cd4870671 100644
--- a/nx-X11/lib/X11/imDispch.c
+++ b/nx-X11/lib/X11/imDispch.c
@@ -10,7 +10,7 @@ in supporting documentation, and that the name of FUJITSU LIMITED
not be used in advertising or publicity pertaining to distribution
of the software without specific, written prior permission.
FUJITSU LIMITED makes no representations about the suitability of
-this software for any purpose.
+this software for any purpose.
It is provided "as is" without express or implied warranty.
FUJITSU LIMITED DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
@@ -21,7 +21,7 @@ USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
- Author: Takashi Fujiwara FUJITSU LIMITED
+ Author: Takashi Fujiwara FUJITSU LIMITED
fujiwara@a80.tech.yk.fujitsu.co.jp
******************************************************************/
@@ -61,8 +61,7 @@ _XimRegProtoIntrCallback(
}
Public void
-_XimFreeProtoIntrCallback(im)
- Xim im;
+_XimFreeProtoIntrCallback(Xim im)
{
register XimProtoIntrRec *rec, *next;
@@ -97,8 +96,7 @@ _XimTransportIntr(
}
Public Bool
-_XimDispatchInit(im)
- Xim im;
+_XimDispatchInit(Xim im)
{
if (_XimRegisterDispatcher(im, _XimTransportIntr, (XPointer)im))
return True;