]> git.eshelyaron.com Git - emacs.git/commitdiff
Clean up parentheses.
authorRichard M. Stallman <rms@gnu.org>
Fri, 17 Jan 1997 07:01:51 +0000 (07:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 17 Jan 1997 07:01:51 +0000 (07:01 +0000)
src/editfns.c

index 9ff24cba8f31b52a6b3a94723f6f977aa24f11ee..af1c55318c48e09fe913763f1b6d113b08495e5f 100644 (file)
@@ -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 */