1
0
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:
Doug Kearns
2008-06-03 15:16:12 +00:00
parent 9ad5135b4e
commit ff132570d3
4 changed files with 13 additions and 13 deletions

View File

@@ -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;
}
}
};
}; //}}}