Done some formatting

This commit is contained in:
netbenixcn 2020-06-07 11:16:11 +02:00
parent 07094cea1d
commit 5479b61dbf

View file

@ -14,7 +14,7 @@ void testSQLConnection(){
char hostname[200];
unsigned int port;
char user[200];
char* password;
char *password;
char database[200];
printf("====== SQL TEST ======\n");