Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkh9 committed Feb 8, 2023
1 parent 66245e3 commit dbbea54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ static U32 CREATE_TABLE()
/* WHEN THIS RUNS, IT WILL RETURN THE ERROR MESSAGE */
/* WITH THE METHODS INSIDE OF THE FUNCTION ANYWAY */

EXIT += sqlite3_exec(SQL_STRING.c_str(), NULL, 0, 0, 0);
EXIT += sqlite3_exec(SQL_STRING.c_str(), NULL, 0, 0, 0);

/* USES THE STANDARD SQL ERROR DETECTION DIRECTIVE */
/* TO DETERMINE IF THERE IS AN ERROR WHEN ACCESSING THE DATABSE */
Expand All @@ -100,7 +100,7 @@ static U32 CREATE_TABLE()
/* IS A VIABLE NULL TERMINATING SEQUENCE */
/* TO CONSTITUTE THE THROWN EXCEPTION */

e.what();
e.what();
};
}

Expand Down

0 comments on commit dbbea54

Please sign in to comment.