Skip to content

Commit

Permalink
Cosmetic change.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed Jun 19, 2012
1 parent 8b294ef commit 32a1200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/relic_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
/** @{ */
#define OPT(...) _OPT(__VA_ARGS__, _imp, _basic, _error)
#define _OPT(...) __OPT(__VA_ARGS__)
#define __OPT(_1, _2, N,...) N
#define __OPT(_1, _2, N, ...) N
/** @} */

/**
Expand Down

0 comments on commit 32a1200

Please sign in to comment.