]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/haikuterm.c (haiku_end_cr_clip): Fix trivial typo.
authorPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 12:12:56 +0000 (12:12 +0000)
committerPo Lu <luangruo@yahoo.com>
Fri, 4 Feb 2022 12:12:56 +0000 (12:12 +0000)
src/haikuterm.c

index 5d90acb4434c763e7dfcbef090f5ae5a188609f6..aac9582e6ef415ffaa476569347cf96885aefb2c 100644 (file)
@@ -3637,7 +3637,7 @@ void
 haiku_end_cr_clip (cairo_t *cr)
 {
   if (!cr)
-    return NULL;
+    return;
 
   cairo_restore (cr);
 }