Changeset 85 in libcf for trunk/src/cf_codec.c


Ignore:
Timestamp:
05/03/13 11:16:57 (11 years ago)
Author:
cheese
Message:

#1 modify assertion logic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_codec.c

    r73 r85  
    99#include <stdio.h>
    1010
    11 #define ASSERT_ARGS(x)                  \
    12     if ((x))                            \
     11#define ASSERT_ARGS(x)  \
     12    if ((x))            \
    1313        return CF_ERROR_CODEC_INVALID_ARGS
    1414
Note: See TracChangeset for help on using the changeset viewer.