diff --git a/src/apps/pulse/NormalPulseView.cpp b/src/apps/pulse/NormalPulseView.cpp index c23dd24b69..0d71fd93a0 100644 --- a/src/apps/pulse/NormalPulseView.cpp +++ b/src/apps/pulse/NormalPulseView.cpp @@ -127,8 +127,7 @@ NormalPulseView::DetermineVendorAndProcessor() #if __POWERPC__ logo = PowerPCLogo; -#endif -#if __INTEL__ +#elif __INTEL__ uint32 topologyNodeCount = 0; cpu_topology_node_info* topology = NULL;