diff options
author | Keith Whitwell <[email protected]> | 2009-09-24 16:50:27 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-09-24 16:50:27 +0100 |
commit | d93f022936c9986323f69b61d788e08196e2a58a (patch) | |
tree | bb4cb94433cb641a97fb27d2c3113c57fa22dbb3 /progs/perf | |
parent | 90dcfb3b47c13044d671b8a1ab0c96ab2d21ea4d (diff) |
progs/perf: fix typo in sconscript
Diffstat (limited to 'progs/perf')
-rw-r--r-- | progs/perf/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
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', |