1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-28 09:54:49 +00:00

Fixes accidental typographic quote in SConstruct.

This commit is contained in:
Thomas Harte 2017-11-18 21:13:55 -05:00
parent 2ea050556b
commit 63381ff505

View File

@ -18,7 +18,7 @@ SOURCES += glob.glob('../../Components/AY38910/*.cpp')
SOURCES += glob.glob('../../Concurrency/*.cpp')
SOURCES += glob.glob(../../Configurable/*.cpp')
SOURCES += glob.glob('../../Configurable/*.cpp')
SOURCES += glob.glob('../../Inputs/*.cpp')