From 8e61e93f9d857ddcffc4bc485ac179d36bde1dfb Mon Sep 17 00:00:00 2001 From: Gijs Kruitbosch Date: Mon, 9 Nov 2015 17:30:14 +0000 Subject: [PATCH] Bug 1210703 - s/elif/else/ in moz.build to fix bustage, rs=bustage --HG-- extra : commitid : JyIenYZkqCi --- webapprt/themes/moz.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapprt/themes/moz.build b/webapprt/themes/moz.build index d9861a7d24bf..ba306ad7c3d9 100644 --- a/webapprt/themes/moz.build +++ b/webapprt/themes/moz.build @@ -17,6 +17,6 @@ if toolkit == 'cocoa': DIRS += ['osx'] elif toolkit in ('gtk2', 'gtk3', 'qt'): DIRS += ['linux'] -elif: +else: DIRS += ['windows']