Skip to content

Commit b4f5210

Browse files
author
Michael Stahl
committedAug 29, 2016
rasqal.h: Visual Studio 2013 chokes on duplicate RASQAL_API
1 parent ad7ebf3 commit b4f5210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/rasqal.h.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1473,7 +1473,7 @@ typedef enum {
14731473

14741474
RASQAL_API
14751475
int rasqal_query_results_formats_check2(rasqal_world* world, const char *name, raptor_uri* uri, const char *mime_type, int flags);
1476-
RASQAL_API RASQAL_API RASQAL_DEPRECATED
1476+
RASQAL_API RASQAL_DEPRECATED
14771477
int rasqal_query_results_formats_check(rasqal_world* world, const char *name, raptor_uri* uri, const char *mime_type, int flags);
14781478
RASQAL_API
14791479
rasqal_query_results_formatter* rasqal_new_query_results_formatter(rasqal_world* world, const char *name, const char *mime_type, raptor_uri* format_uri);

0 commit comments

Comments
 (0)
Please sign in to comment.