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
+2 -1
View File
@@ -1,3 +1,4 @@
/* empty file */ /* empty file */
extern int errno; extern int errno;
+2 -1
View File
@@ -8,4 +8,5 @@
int mswin_yes_no_dialog( const char *question, const char *choices, int def) int mswin_yes_no_dialog( const char *question, const char *choices, int def)
{ {
return '\032'; return '\032';
} }
+2 -1
View File
@@ -82,4 +82,5 @@ PMSNHEvent mswin_input_peek()
retval = NULL; retval = NULL;
} }
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 */
+2 -1
View File
@@ -1109,4 +1109,5 @@ HMENU _get_main_menu(UINT menu_id)
hmenuMap = CommandBar_GetMenu(GetNHApp()->hMenuBar, 0); hmenuMap = CommandBar_GetMenu(GetNHApp()->hMenuBar, 0);
#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 */
+2 -1
View File
@@ -587,4 +587,5 @@ void mswin_message_window_size (HWND hWnd, LPSIZE sz)
sz->cy = sz->cy-(client_rt.bottom - client_rt.top) + sz->cy = sz->cy-(client_rt.bottom - client_rt.top) +
data->yChar * MSG_VISIBLE_LINES + 4; data->yChar * MSG_VISIBLE_LINES + 4;
} }
} }
+2 -1
View File
@@ -13,4 +13,5 @@ HWND mswin_init_RIP_window ()
void mswin_display_RIP_window (HWND hWnd) 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 */
+2 -1
View File
@@ -1858,4 +1858,5 @@ 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__