diff options
| author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 14:52:13 (GMT) |
|---|---|---|
| committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-03-10 14:52:13 (GMT) |
| commit | c72726d8cefd31a97c13a617c0f476eb2cf76f48 (patch) | |
| tree | 737e0d284648cea10f59a6a1b78fcb3f194944ae /unix/tclXtNotify.c | |
| parent | 48af16b1e7c2c6005dc3fb8ea9149e22323bb4cc (diff) | |
| parent | 6f62d07c61ca11bfa64f8d054513eb73440c6899 (diff) | |
| download | tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.zip tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.gz tcl-c72726d8cefd31a97c13a617c0f476eb2cf76f48.tar.bz2 | |
Merge to feature branch
Diffstat (limited to 'unix/tclXtNotify.c')
| -rw-r--r-- | unix/tclXtNotify.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c index 64943c2..71215f4 100644 --- a/unix/tclXtNotify.c +++ b/unix/tclXtNotify.c @@ -85,7 +85,7 @@ static void FileProc(ClientData clientData, int *source, static void NotifierExitHandler(ClientData clientData); static void TimerProc(ClientData clientData, XtIntervalId *id); static void CreateFileHandler(int fd, int mask, - Tcl_FileProc * proc, ClientData clientData); + Tcl_FileProc *proc, ClientData clientData); static void DeleteFileHandler(int fd); static void SetTimer(CONST86 Tcl_Time * timePtr); static int WaitForEvent(CONST86 Tcl_Time * timePtr); @@ -358,7 +358,7 @@ CreateFileHandler( } } if (filePtr == NULL) { - filePtr = (FileHandler*) ckalloc(sizeof(FileHandler)); + filePtr = (FileHandler *) ckalloc(sizeof(FileHandler)); filePtr->fd = fd; filePtr->read = 0; filePtr->write = 0; |
