summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXSend.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2019-04-16 13:22:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2019-04-16 13:22:46 (GMT)
commit1ec2e5d741bf09af3cd7cf157bbc586f01a3758e (patch)
treeacfb5890f1c42b94e12ed80e8048c8a24a93a860 /macosx/tkMacOSXSend.c
parent2e318c7f021f7401f9503e5ece135d99f29176b3 (diff)
downloadtk-1ec2e5d741bf09af3cd7cf157bbc586f01a3758e.zip
tk-1ec2e5d741bf09af3cd7cf157bbc586f01a3758e.tar.gz
tk-1ec2e5d741bf09af3cd7cf157bbc586f01a3758e.tar.bz2
Source readability run: macosx/*
Diffstat (limited to 'macosx/tkMacOSXSend.c')
-rw-r--r--macosx/tkMacOSXSend.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXSend.c b/macosx/tkMacOSXSend.c
index 1fdf048..8b65532 100644
--- a/macosx/tkMacOSXSend.c
+++ b/macosx/tkMacOSXSend.c
@@ -51,7 +51,7 @@ typedef struct RegisteredInterp {
* A registry of all interpreters for a display is kept in a property
* "InterpRegistry" on the root window of the display. It is organized as a
* series of zero or more concatenated strings (in no particular order), each
- * of the form
+ * of the form:
* window space name '\0'
* where "window" is the hex id of the comm. window to use to talk to an
* interpreter named "name".
@@ -78,7 +78,7 @@ typedef struct NameRegistry {
* XFree; zero means use ckfree. */
} NameRegistry;
-static int initialized = 0; /* A flag to denote if we have initialized
+static int initialized = 0; /* A flag to denote if we have initialized
* yet. */
static RegisteredInterp *interpListPtr = NULL;