diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 16:36:12 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-06-19 16:36:12 (GMT) |
| commit | b6c5d8274c62b2e355d45b6b0e824c276f97ff8a (patch) | |
| tree | db8829a23d4a43c6731bdb5a653363c4075655bd /unix/tclUnixInit.c | |
| parent | ec4858f861d24ec351c82adc8ddf2ef7fad0931c (diff) | |
| parent | 5b97aedd0b32abe3c3ab134c08fe01f6f496c2c6 (diff) | |
| download | tcl-b6c5d8274c62b2e355d45b6b0e824c276f97ff8a.zip tcl-b6c5d8274c62b2e355d45b6b0e824c276f97ff8a.tar.gz tcl-b6c5d8274c62b2e355d45b6b0e824c276f97ff8a.tar.bz2 | |
Fix [7be97a6859]: Reviewing chan.n changes
Diffstat (limited to 'unix/tclUnixInit.c')
| -rw-r--r-- | unix/tclUnixInit.c | 10 |
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; |
