Diff
Not logged in

Differences From:

File src/checkin.c part of check-in [93efce820b] - corrected some mis-placed code from commit #9517cc7486 by stephan on 2009-12-11 16:14:55. [view]

To:

File src/checkin.c part of check-in [18a66ab32b] - accommodated brackets/parens conventions change introduced in #6ae51190cc by stephan on 2009-12-11 16:27:22. [view]

@@ -560,9 +560,9 @@
   }
   if( blob_size(&comment)==0 ){
     Blob ans;
     blob_zero(&ans);
-    prompt_user("empty check-in comment.  continue [y/N]? ", &ans);
+    prompt_user("empty check-in comment.  continue (y/N)? ", &ans);
     if( blob_str(&ans)[0]!='y' ){
       db_end_transaction(1);
       exit(1);
     }