Menu

typo in iso639_1.h header guard

2017-10-06
2017-10-06
  • Václav Haisman

    Václav Haisman - 2017-10-06

    Hi. There is a one character typoe in header guard of iso639_1.h:

    diff --git a/bibutils/iso639_1.h b/bibutils/iso639_1.h
    index a63e3ba..7c4ae94 100644
    --- a/bibutils/iso639_1.h
    +++ b/bibutils/iso639_1.h
    @@ -2,7 +2,7 @@
      * iso639_1.h
      */
     #ifndef ISO639_1_H
    -#define iSO639_1_H
    +#define ISO639_1_H
    
     extern char * iso639_1_from_code( const char *code );
    
     
  • Václav Haisman

    Václav Haisman - 2017-10-06

    And there same typo in iso639_3.h too.

     
  • Chris Putnam

    Chris Putnam - 2017-10-14

    Thanks for catching this. This will be fixed in the next release.

     

Log in to post a comment.