From: Fabian Keil Date: Mon, 26 May 2008 16:04:04 +0000 (+0000) Subject: s@memorey@memory@ X-Git-Tag: v_3_0_9~64 X-Git-Url: http://www.privoxy.org/gitweb/show-status?a=commitdiff_plain;h=5732158c08e8ca58a787a4baecea762c35b7d0ff;p=privoxy.git s@memorey@memory@ --- diff --git a/actions.c b/actions.c index d9282cb4..7dc34781 100644 --- a/actions.c +++ b/actions.c @@ -1,4 +1,4 @@ -const char actions_rcs[] = "$Id: actions.c,v 1.51 2008/04/27 16:20:19 fabiankeil Exp $"; +const char actions_rcs[] = "$Id: actions.c,v 1.52 2008/04/27 16:26:59 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/actions.c,v $ @@ -33,6 +33,9 @@ const char actions_rcs[] = "$Id: actions.c,v 1.51 2008/04/27 16:20:19 fabiankeil * * Revisions : * $Log: actions.c,v $ + * Revision 1.52 2008/04/27 16:26:59 fabiankeil + * White space fix for the last commit. + * * Revision 1.51 2008/04/27 16:20:19 fabiankeil * Complain about every block action without reason found. * @@ -1082,7 +1085,7 @@ int update_action_bits_for_tag(struct client_state *csp, const char *tag) if (merge_current_action(csp->action, b->action)) { log_error(LOG_LEVEL_ERROR, - "Out of memorey while changing action bits"); + "Out of memory while changing action bits"); } /* and signal the change. */ updated = 1;