newlines at end of files

This commit is contained in:
nethack.allison
2003-02-23 14:08:54 +00:00
parent 71c62ce21c
commit f12de871f5
11 changed files with 18 additions and 7 deletions
+1
View File
@@ -1,3 +1,4 @@
/* empty file */ /* empty file */
extern int errno; extern int errno;
+1
View File
@@ -9,3 +9,4 @@ int mswin_yes_no_dialog( const char *question, const char *choices, int def)
{ {
return '\032'; return '\032';
} }
+1
View File
@@ -83,3 +83,4 @@ PMSNHEvent mswin_input_peek()
} }
return retval; return retval;
} }
+1
View File
@@ -33,3 +33,4 @@ PMSNHEvent mswin_input_pop();
PMSNHEvent mswin_input_peek(); PMSNHEvent mswin_input_peek();
#endif /* MSWINInput_h */ #endif /* MSWINInput_h */
+1
View File
@@ -1110,3 +1110,4 @@ HMENU _get_main_menu(UINT menu_id)
#endif #endif
return hmenuMap; return hmenuMap;
} }
+1
View File
@@ -14,3 +14,4 @@ void mswin_layout_main_window(HWND changed_child);
void mswin_select_map_mode(int map_mode); void mswin_select_map_mode(int map_mode);
#endif /* MSWINMainWindow_h */ #endif /* MSWINMainWindow_h */
+1
View File
@@ -588,3 +588,4 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
data->yChar * MSG_VISIBLE_LINES + 4; data->yChar * MSG_VISIBLE_LINES + 4;
} }
} }
+1
View File
@@ -14,3 +14,4 @@ void mswin_display_RIP_window (HWND hWnd)
{ {
mswin_display_text_window(hWnd); mswin_display_text_window(hWnd);
} }
+1
View File
@@ -12,3 +12,4 @@ HWND mswin_init_RIP_window ();
void mswin_display_RIP_window (HWND hwnd); void mswin_display_RIP_window (HWND hwnd);
#endif /* MSWINRIPWindow_h */ #endif /* MSWINRIPWindow_h */
+1
View File
@@ -1859,3 +1859,4 @@ logDebug(const char *fmt, ...)
} }
#endif #endif
+1
View File
@@ -37,3 +37,4 @@
#define IDC_STATIC (-1) #define IDC_STATIC (-1)
#endif //__NEWRES_H__ #endif //__NEWRES_H__