summaryrefslogtreecommitdiff
path: root/Assistant/Alert.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-02 13:38:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-02 13:38:44 -0400
commit1a2841d9c6cc9dca489dded346fd8c25c96237ef (patch)
treecab6c0237ab6ea605b511e5f17e8550259a08728 /Assistant/Alert.hs
parent53d57e4731d46d9ff4368b6c215c50441e382410 (diff)
fix build w/o webapp (again)
Diffstat (limited to 'Assistant/Alert.hs')
-rw-r--r--Assistant/Alert.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/Alert.hs b/Assistant/Alert.hs
index b10a724ed..8bdedaa3e 100644
--- a/Assistant/Alert.hs
+++ b/Assistant/Alert.hs
@@ -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