liquid_feedback_core

changeset 375:3f7a89ad996d

Added colon in comment in lf_update.c and lf_update_suggestion_order.c
author jbe
date Sun Mar 17 20:35:42 2013 +0100 (2013-03-17)
parents fadfe4f267e2
children 4a18576a359f
files lf_update.c lf_update_suggestion_order.c
line diff
     1.1 --- a/lf_update.c	Sun Mar 17 20:28:43 2013 +0100
     1.2 +++ b/lf_update.c	Sun Mar 17 20:35:42 2013 +0100
     1.3 @@ -209,7 +209,7 @@
     1.4      PQclear(res);
     1.5    }
     1.6  
     1.7 -  // cleanup and exit
     1.8 +  // cleanup and exit:
     1.9    PQfinish(db);
    1.10    return err;
    1.11  
     2.1 --- a/lf_update_suggestion_order.c	Sun Mar 17 20:28:43 2013 +0100
     2.2 +++ b/lf_update_suggestion_order.c	Sun Mar 17 20:35:42 2013 +0100
     2.3 @@ -523,7 +523,7 @@
     2.4      PQclear(res);
     2.5    }
     2.6  
     2.7 -  // cleanup and exit
     2.8 +  // cleanup and exit:
     2.9    PQfinish(db);
    2.10    if (!err) {
    2.11      if (logging) printf("Successfully terminated.\n");

Impressum / About Us