summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/lib7z/CpuArch.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2012-02-19 15:23:23 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2012-02-19 15:23:23 +0000
commitcf4b58b6f630f0f7ef2d14be8f48de781de85170 (patch)
treefda19b40204c84e17d2c5965a7a1b7f15b6f85da /src/lib/lib7z/CpuArch.c
parent2f8094ea333d06e32d2694a467a4b40e0aa835c1 (diff)
Clean-ups and version bumpmame0145u1
Diffstat (limited to 'src/lib/lib7z/CpuArch.c')
-rw-r--r--src/lib/lib7z/CpuArch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/lib7z/CpuArch.c b/src/lib/lib7z/CpuArch.c
index 787af6e62fc..2896300d235 100644
--- a/src/lib/lib7z/CpuArch.c
+++ b/src/lib/lib7z/CpuArch.c
@@ -81,7 +81,7 @@ static void MyCPUID(UInt32 function, UInt32 *a, UInt32 *b, UInt32 *c, UInt32 *d)
: "0" (function)) ;
#endif
-
+
#else
int CPUInfo[4];