Done some formatting
This commit is contained in:
parent
07094cea1d
commit
5479b61dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ void testSQLConnection(){
|
||||||
char hostname[200];
|
char hostname[200];
|
||||||
unsigned int port;
|
unsigned int port;
|
||||||
char user[200];
|
char user[200];
|
||||||
char* password;
|
char *password;
|
||||||
char database[200];
|
char database[200];
|
||||||
|
|
||||||
printf("====== SQL TEST ======\n");
|
printf("====== SQL TEST ======\n");
|
||||||
|
|
|
||||||
Reference in a new issue