Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjing.zwj committed Dec 6, 2016
1 parent 3d6eb66 commit d7e2e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbsync/pgsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ typedef struct Task_hd
extern int db_sync_main(char *src, char *desc, char *local, int nthread);


extern int mysql2pgsql_sync_main(char *desc, int nthread, mysql_conn_info *hd);
extern int mysql2pgsql_sync_main(char *desc, int nthread, mysql_conn_info *hd, char* target_schema);


#ifdef __cplusplus
Expand Down

0 comments on commit d7e2e56

Please sign in to comment.