]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32_last_error): Fix cut+paste error.
authorGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:29 +0000 (23:00 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Wed, 2 Dec 1998 23:00:29 +0000 (23:00 +0000)
src/w32fns.c

index c11c3d5c8412e9a775945807ec02bc4858292b8f..b501d19db2da4d17757056f41f00fd52f0838c3d 100644 (file)
@@ -6899,12 +6899,6 @@ displayed according to the current fontset.");
 #undef abort
 
 void 
-/* For convenience when debugging.  */
-int
-w32_last_error()
-{
-  return GetLastError ();
-}
 w32_abort()
 {
   int button;
@@ -6928,3 +6922,9 @@ w32_abort()
     }
 }
 
+/* For convenience when debugging.  */
+int
+w32_last_error()
+{
+  return GetLastError ();
+}