mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
add missing semicolons
This commit is contained in:
@@ -118,7 +118,7 @@ liberator.Addressbook = function () //{{{
|
||||
|
||||
if (res.args.length == 0)
|
||||
{
|
||||
liberator.echoerr("E474: Invalid argument")
|
||||
liberator.echoerr("E474: Invalid argument");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -227,7 +227,7 @@ liberator.Addressbook = function () //{{{
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
}; //}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user