leading tab to spaces
This commit is contained in:
@@ -31,7 +31,7 @@ void
|
|||||||
early_init(int argc UNUSED, char *argv[] UNUSED)
|
early_init(int argc UNUSED, char *argv[] UNUSED)
|
||||||
{
|
{
|
||||||
#ifdef CRASHREPORT
|
#ifdef CRASHREPORT
|
||||||
// Do this as early as possible, but let ports do other things first.
|
/* Do this as early as possible, but let ports do other things first. */
|
||||||
crashreport_init(argc, argv);
|
crashreport_init(argc, argv);
|
||||||
#endif
|
#endif
|
||||||
decl_globals_init();
|
decl_globals_init();
|
||||||
@@ -1004,9 +1004,9 @@ argcheck(int argc, char *argv[], enum earlyarg e_arg)
|
|||||||
return 2;
|
return 2;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CRASHREPORT
|
#ifdef CRASHREPORT
|
||||||
case ARG_BIDSHOW:
|
case ARG_BIDSHOW:
|
||||||
crashreport_bidshow();
|
crashreport_bidshow();
|
||||||
return 2;
|
return 2;
|
||||||
#endif
|
#endif
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
case ARG_WINDOWS:
|
case ARG_WINDOWS:
|
||||||
|
|||||||
10
src/pline.c
10
src/pline.c
@@ -534,11 +534,11 @@ impossible(const char *s, ...)
|
|||||||
|
|
||||||
#ifdef CRASHREPORT
|
#ifdef CRASHREPORT
|
||||||
if(sysopt.crashreporturl){
|
if(sysopt.crashreporturl){
|
||||||
boolean report = ('y' == yn_function("Report now?","yn",'n',FALSE));
|
boolean report = ('y' == yn_function("Report now?","yn",'n',FALSE));
|
||||||
raw_print(""); // prove to the user the character was accepted
|
raw_print(""); // prove to the user the character was accepted
|
||||||
if(report){
|
if(report){
|
||||||
submit_web_report("Impossible", pbuf);
|
submit_web_report("Impossible", pbuf);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user