summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-21 20:27:16 +0100
commit3ac0c6dd7d8543805356f632fd15ea4f1d7aba93 (patch)
treeedc7e546c2bccfd34327f39d20bfb66bf8bc6b18 /test
parent8914fbf2df7c78194ce9d45d12c695d0c8314eb0 (diff)
Quick fix.
Diffstat (limited to 'test')
-rw-r--r--test/helper-expand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/helper-expand.c b/test/helper-expand.c
index 39dd6373..e394cac8 100644
--- a/test/helper-expand.c
+++ b/test/helper-expand.c
@@ -73,5 +73,4 @@ int main ( int argc, char ** argv )
str = rofi_expand_path ( "~root/" );
TASSERT ( str[0] == '/' );
g_free ( str );
-
}