Updated main to c11
This commit is contained in:
parent
412f0862b1
commit
52862c56ef
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@
|
|||
* You can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -30,7 +31,7 @@
|
|||
static void exec_config(const char *path);
|
||||
static void sig_handler(int sig);
|
||||
|
||||
int g_is_about_to_quit = 0;
|
||||
bool g_is_about_to_quit = 0;
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
|
|
Loading…
Add table
Reference in a new issue