From 5821d0223638ff1e258b934ff260bb77e2f9765c Mon Sep 17 00:00:00 2001 From: Adrian Knoth Date: Thu, 9 Feb 2012 18:29:25 +0100 Subject: [PATCH] Fix wrong indentation in example-clients/wscript --- example-clients/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-clients/wscript b/example-clients/wscript index 1af531de..40108173 100644 --- a/example-clients/wscript +++ b/example-clients/wscript @@ -105,7 +105,7 @@ def build(bld): if bld.env['IS_LINUX']: prog.uselib = 'RT READLINE NCURSES' if bld.env['IS_MACOSX']: - prog.uselib = 'READLINE NCURSES' + prog.uselib = 'READLINE NCURSES' prog.uselib_local = 'clientlib' prog.target = 'jack_transport'