From: Keith Whitwell Date: Thu, 24 Sep 2009 15:50:27 +0000 (+0100) Subject: progs/perf: fix typo in sconscript X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d93f022936c9986323f69b61d788e08196e2a58a;p=mesa.git progs/perf: fix typo in sconscript --- diff --git a/progs/perf/SConscript b/progs/perf/SConscript index 224928bf98b..84f1669e5ea 100644 --- a/progs/perf/SConscript +++ b/progs/perf/SConscript @@ -12,7 +12,7 @@ progs = [ 'drawoverhead', 'fbobind', 'fill', - "readpixels', + 'readpixels', 'swapbuffers', 'teximage', 'vbo',