leading tab to spaces
This commit is contained in:
10
src/pline.c
10
src/pline.c
@@ -534,11 +534,11 @@ impossible(const char *s, ...)
|
||||
|
||||
#ifdef CRASHREPORT
|
||||
if(sysopt.crashreporturl){
|
||||
boolean report = ('y' == yn_function("Report now?","yn",'n',FALSE));
|
||||
raw_print(""); // prove to the user the character was accepted
|
||||
if(report){
|
||||
submit_web_report("Impossible", pbuf);
|
||||
}
|
||||
boolean report = ('y' == yn_function("Report now?","yn",'n',FALSE));
|
||||
raw_print(""); // prove to the user the character was accepted
|
||||
if(report){
|
||||
submit_web_report("Impossible", pbuf);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user