Skip to content

Commit 00c671d

Browse files
committed
fix DOS line endings
1 parent 51a79d3 commit 00c671d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
#include <stdarg.h>
7979

8080
#define APPNAME _T("PHD2 Guiding")
81-
#define PHDVERSION _T("2.6.6")
82-
#define PHDSUBVER _T("")
81+
#define PHDVERSION _T("2.6.6")
82+
#define PHDSUBVER _T("")
8383
#define FULLVER PHDVERSION PHDSUBVER
8484

8585
#if defined (__WINDOWS__)

0 commit comments

Comments
 (0)