Skip to content

Commit

Permalink
my/b64_decode.c: remove reference to wdns
Browse files Browse the repository at this point in the history
  • Loading branch information
hstern committed Sep 17, 2015
1 parent cfcc9b1 commit ba32d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b64_decode.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This is part of the libb64 project, and has been placed in the public domain.
For details, see http://sourceforge.net/projects/libb64
*/

#include <wdns/b64_decode.h>
#include "b64_decode.h"

int base64_decode_value(char value_in)
{
Expand Down

0 comments on commit ba32d74

Please sign in to comment.