diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-02 13:38:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-02 13:38:44 -0400 |
commit | 1a2841d9c6cc9dca489dded346fd8c25c96237ef (patch) | |
tree | cab6c0237ab6ea605b511e5f17e8550259a08728 /Assistant | |
parent | 53d57e4731d46d9ff4368b6c215c50441e382410 (diff) |
fix build w/o webapp (again)
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Alert.hs | 2 |
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 |