Navigation


Changeset 1099:6ce5c99a40af in freeDiameter for libfdproto


Ignore:
Timestamp:
May 8, 2013, 9:40:20 PM (11 years ago)
Author:
Thomas Klausner <tk@giga.or.at>
Branch:
default
Phase:
public
Message:

Fix some typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdproto/messages.c

    r1096 r1099  
    12511251                return anscb ? EINVAL : 0; /* we associate with requests only */
    12521252       
    1253         CHECK_PARAMS( (anscb == NULL)    || (msg->msg_cb.anscb == NULL) ); /* We are not overwritting a cb */
    1254         CHECK_PARAMS( (expirecb == NULL) || (msg->msg_cb.expirecb == NULL) ); /* We are not overwritting a cb */
     1253        CHECK_PARAMS( (anscb == NULL)    || (msg->msg_cb.anscb == NULL) ); /* We are not overwriting a cb */
     1254        CHECK_PARAMS( (expirecb == NULL) || (msg->msg_cb.expirecb == NULL) ); /* We are not overwriting a cb */
    12551255       
    12561256        /* Associate callback and data with the message, if any */
Note: See TracChangeset for help on using the changeset viewer.