src/chess/pgn.h

changeset 51
84f2e380a434
parent 50
41017d0a72c5
child 54
eef745ba3774
     1.1 --- a/src/chess/pgn.h	Mon Jun 16 13:45:31 2014 +0200
     1.2 +++ b/src/chess/pgn.h	Mon Jun 16 15:41:06 2014 +0200
     1.3 @@ -41,7 +41,6 @@
     1.4  int read_pgn(FILE *stream, GameState *gamestate, GameInfo *gameinfo);
     1.5  size_t write_pgn(FILE* stream, GameState *gamestate, GameInfo *gameinfo);
     1.6  
     1.7 -
     1.8  #ifdef	__cplusplus
     1.9  }
    1.10  #endif

mercurial