From 34d3d7671da387bf8f28773048dc06e9cfcd6bef Mon Sep 17 00:00:00 2001 From: Arnaud Bienner Date: Wed, 1 Apr 2015 14:07:58 +0200 Subject: [PATCH] Oops: missed label --- dist/windows/clementine.nsi.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dist/windows/clementine.nsi.in b/dist/windows/clementine.nsi.in index 0eacc0810..4a9f1a041 100644 --- a/dist/windows/clementine.nsi.in +++ b/dist/windows/clementine.nsi.in @@ -127,6 +127,8 @@ uninst: ClearErrors ExecWait '$R0 _?=$INSTDIR' ; Do not copy the uninstaller to a temp file +done: + FunctionEnd Function .onInit