diff --git a/progmgr/desktop.c b/progmgr/desktop.c index 5347a99..112fb9d 100644 --- a/progmgr/desktop.c +++ b/progmgr/desktop.c @@ -200,4 +200,4 @@ HWND CreateListView(HWND hWndParent, RECT rc) ListView_InsertItem(hWndListView, &lviTestItem); return hWndListView; -} \ No newline at end of file +} diff --git a/progmgr/progmgr.h b/progmgr/progmgr.h index 5abeb47..b87e446 100644 --- a/progmgr/progmgr.h +++ b/progmgr/progmgr.h @@ -53,4 +53,4 @@ BOOL SetShellWindow(HWND hWndShell); LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam); LRESULT CALLBACK CmdProc(HWND hWnd, WPARAM wParam, LPARAM lParam); VOID UpdateChecks(BOOL bVarMenu, UINT uSubMenu, UINT uID); -VOID UpdateWindowTitle(); \ No newline at end of file +VOID UpdateWindowTitle(); diff --git a/progmgr/registry.c b/progmgr/registry.c index 254f73e..82402ff 100644 --- a/progmgr/registry.c +++ b/progmgr/registry.c @@ -187,4 +187,4 @@ BOOL LoadConfig() bConfigStatus = FALSE; return bConfigStatus; -} \ No newline at end of file +} diff --git a/progmgr/version.inc b/progmgr/version.inc index e609753..1817785 100644 Binary files a/progmgr/version.inc and b/progmgr/version.inc differ diff --git a/progmgr/wndproc.c b/progmgr/wndproc.c index 5a70579..a25e059 100644 --- a/progmgr/wndproc.c +++ b/progmgr/wndproc.c @@ -233,4 +233,4 @@ VOID UpdateWindowTitle() LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam) { return FALSE; -} \ No newline at end of file +}