Changeset 2628

Show
Ignore:
Timestamp:
10/04/16 15:03:41 (7 years ago)
Author:
jwoithe
Message:

SConstruct: fix a missing space, which appears to have been inadvertently removed in r2626. Thanks to Stefan Richter for the report.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/SConstruct

    r2626 r2628  
    652652                else: 
    653653                    ppc_type = v 
    654                self.ppc_type = ppc_type.strip() 
     654                self.ppc_type = ppc_type.strip() 
    655655        # older kernels might not have a 'processor' line 
    656656        if self.cpu_count == 0: