mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
Clean up parentheses.
This commit is contained in:
parent
31e4e97b5b
commit
606538987c
1 changed files with 1 additions and 1 deletions
|
|
@ -814,7 +814,7 @@ If you want them to stand for years in this century, you must do that yourself."
|
|||
{
|
||||
time_t time;
|
||||
struct tm tm;
|
||||
Lisp_Object zone = (nargs > 6)? args[nargs - 1] : Qnil;
|
||||
Lisp_Object zone = (nargs > 6 ? args[nargs - 1] : Qnil);
|
||||
|
||||
CHECK_NUMBER (args[0], 0); /* second */
|
||||
CHECK_NUMBER (args[1], 1); /* minute */
|
||||
|
|
|
|||
Loading…
Reference in a new issue