Skip to content
This repository has been archived by the owner on Aug 12, 2018. It is now read-only.

Commit

Permalink
Fix MSVC 2015 warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Sep 15, 2015
1 parent 08c36b4 commit ba441e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Edit.c
Original file line number Diff line number Diff line change
Expand Up @@ -5666,7 +5666,7 @@ BOOL EditReplace(HWND hwnd,LPCEDITFINDREPLACE lpefr)
// CompleteWord()
// Auto-complete words (by Aleksandar Lekov)
//
typedef struct WLIST{
struct WLIST {
char* word;
struct WLIST* next;
};
Expand Down

0 comments on commit ba441e6

Please sign in to comment.