diff --git a/src/inputs.js b/src/inputs.js
index 0c4e183bbd89c53fe00a8b4eea0585611491f91f..c6fd3f7f2babb39d077eb5c4afc12abbedfdba69 100644
--- a/src/inputs.js
+++ b/src/inputs.js
@@ -190,7 +190,7 @@ function handle_keyup(e)
     e.preventDefault();
 }
 
-function sendCtrlAltDel()
+function sendCtrlAltDel(sc)
 {
     if (sc && sc.inputs && sc.inputs.state === "ready"){
         var key = new Messages.SpiceMsgcKeyDown();