Fossil SCM

accommodated brackets/parens conventions change introduced in #6ae51190cc

stephan 2009-12-11 16:27 trunk
Commit 18a66ab32baa75cd6724a6ee1e89834309c1a287
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -559,11 +559,11 @@
559559
free(zInit);
560560
}
561561
if( blob_size(&comment)==0 ){
562562
Blob ans;
563563
blob_zero(&ans);
564
- prompt_user("empty check-in comment. continue [y/N]? ", &ans);
564
+ prompt_user("empty check-in comment. continue (y/N)? ", &ans);
565565
if( blob_str(&ans)[0]!='y' ){
566566
db_end_transaction(1);
567567
exit(1);
568568
}
569569
}
570570
--- src/checkin.c
+++ src/checkin.c
@@ -559,11 +559,11 @@
559 free(zInit);
560 }
561 if( blob_size(&comment)==0 ){
562 Blob ans;
563 blob_zero(&ans);
564 prompt_user("empty check-in comment. continue [y/N]? ", &ans);
565 if( blob_str(&ans)[0]!='y' ){
566 db_end_transaction(1);
567 exit(1);
568 }
569 }
570
--- src/checkin.c
+++ src/checkin.c
@@ -559,11 +559,11 @@
559 free(zInit);
560 }
561 if( blob_size(&comment)==0 ){
562 Blob ans;
563 blob_zero(&ans);
564 prompt_user("empty check-in comment. continue (y/N)? ", &ans);
565 if( blob_str(&ans)[0]!='y' ){
566 db_end_transaction(1);
567 exit(1);
568 }
569 }
570

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button