Skip to content

Commit

Permalink
Merge pull request #15 from jacquesg/include-guard
Browse files Browse the repository at this point in the history
Correct include guard
  • Loading branch information
lawrinn committed Jun 22, 2017
2 parents 41de3ed + cd24ea5 commit ab661fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ma_dsn.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
or write to the Free Software Foundation, Inc.,
51 Franklin St., Fifth Floor, Boston, MA 02110, USA
*************************************************************************************/
#ifndef _na_dsn_h_
#ifndef _ma_dsn_h_
#define _ma_dsn_h_

#include <odbcinst.h>
Expand Down

0 comments on commit ab661fb

Please sign in to comment.