Skip to content

Commit b46a264

Browse files
authored
Merge pull request #6192 from yuki-tei/patch-6
Update 03_using_embedded_sql.mdx
2 parents e34b5d9 + 3f883a3 commit b46a264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/epas/16/application_programming/ecpgplus_guide/03_using_embedded_sql.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ int main(int argc, char *argv[])
264264
EXEC SQL CLOSE employees;
265265
EXEC SQL DISCONNECT;
266266
}
267-
/************************************************************
267+
/************************************************************/
268268
```
269269
270270
The code sample begins by including the prototypes and type definitions for the C `stdio` library and then declares the `main` function:

0 commit comments

Comments
 (0)