fix build w/o webapp (again)

This commit is contained in:
Joey Hess 2013-11-02 13:38:44 -04:00
parent 7e6ac81c86
commit 2eca7eb565

View file

@ -192,7 +192,7 @@ notFsckedNudge urlrenderer mr = do
button <- mkAlertButton True (T.pack "Configure") urlrenderer ConfigFsckR
void $ addAlert (notFsckedAlert mr button)
#else
notFsckedNudge _ = noop
notFsckedNudge _ _ = noop
#endif
notFsckedAlert :: Maybe Remote -> AlertButton -> Alert