emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115518: Minor tweak of the last commit.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r115518: Minor tweak of the last commit.
Date: Sat, 14 Dec 2013 09:18:22 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115518
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2013-12-14 11:18:23 +0200
message:
  Minor tweak of the last commit.
modified:
  src/alloc.c                    alloc.c-20091113204419-o5vbwnq5f7feedwu-252
=== modified file 'src/alloc.c'
--- a/src/alloc.c       2013-12-14 09:16:10 +0000
+++ b/src/alloc.c       2013-12-14 09:18:23 +0000
@@ -2881,7 +2881,7 @@
       struct font *fnt = (struct font *) vector;
 
       if (fnt->driver)
-       fnt->driver->close ((struct font *) vector);
+       fnt->driver->close (fnt);
     }
 }
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]