summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-19 16:36:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-19 16:36:12 (GMT)
commit18a61f2348f6b396e2e389fb31a1ccfe5b27c926 (patch)
treedb8829a23d4a43c6731bdb5a653363c4075655bd /unix/tclUnixInit.c
parent5e8690baef114c71150bf8f397841af0c679cca3 (diff)
parent5b5bebdbff32b453505f7e3c842126de6f4c28c6 (diff)
downloadtcl-18a61f2348f6b396e2e389fb31a1ccfe5b27c926.zip
tcl-18a61f2348f6b396e2e389fb31a1ccfe5b27c926.tar.gz
tcl-18a61f2348f6b396e2e389fb31a1ccfe5b27c926.tar.bz2
Fix [7be97a6859]: Reviewing chan.n changes
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index b15f80a..b72be04 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -54,11 +54,11 @@ static const char *const processors[NUMPROCESSORS] = {
typedef struct {
union {
- unsigned int dwOemId;
- struct {
- int wProcessorArchitecture;
- int wReserved;
- };
+ unsigned int dwOemId;
+ struct {
+ int wProcessorArchitecture;
+ int wReserved;
+ };
};
unsigned int dwPageSize;
void *lpMinimumApplicationAddress;