# HG changeset patch # User Richard M. Stallman # Date 853484511 0 # Node ID 0b914fcd97a12553f675f60e1b2a2ff31ed57318 # Parent 205ec6c5d8f3feab9aa7fe9144cdd4829ac85b96 Clean up parentheses. diff -r 205ec6c5d8f3 -r 0b914fcd97a1 src/editfns.c --- a/src/editfns.c Thu Jan 16 13:12:51 1997 +0000 +++ b/src/editfns.c Fri Jan 17 07:01:51 1997 +0000 @@ -814,7 +814,7 @@ { 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 */