Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37ae1c0

Browse files
author
Michael Meskes
committed
*** empty log message ***
1 parentbbae7a9 commit37ae1c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/interfaces/ecpg/include/ecpgtype.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extern"C"
6868
ECPGd_ret_octet,
6969
ECPGd_scale,
7070
ECPGd_type,
71-
ECPGd_EODT,/* End of descriptor types. */
71+
ECPGd_EODT/* End of descriptor types. */
7272
};
7373

7474
#defineIS_SIMPLE_TYPE(type) ((type) >= ECPGt_char && (type) <= ECPGt_varchar2)

‎src/interfaces/ecpg/preproc/extern.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extern intbraces_open,
1616
externchar*descriptor_index;
1717
externchar*descriptor_name;
1818
externchar*connection;
19-
externchar*input_filename;;
19+
externchar*input_filename;
2020
externchar*yytext,errortext[128];
2121
externintyylineno,yyleng;
2222
externFILE*yyin,*yyout;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp