diff src/w32term.c @ 100666:dab9cf44bf3f

In comments, write delete_frame instead of Fdelete_frame.
author Martin Rudalics <rudalics@gmx.at>
date Tue, 23 Dec 2008 07:28:06 +0000
parents 81a626d61e0e
children 20169cf90421
line wrap: on
line diff
--- a/src/w32term.c	Tue Dec 23 07:02:32 2008 +0000
+++ b/src/w32term.c	Tue Dec 23 07:28:06 2008 +0000
@@ -6151,7 +6151,7 @@
   struct w32_display_info *dpyinfo = terminal->display_info.w32;
   int i;
 
-  /* Protect against recursive calls.  Fdelete_frame in
+  /* Protect against recursive calls.  delete_frame in
      delete_terminal calls us back when it deletes our last frame.  */
   if (!terminal->name)
     return;