Skip to content

Commit

Permalink
fix typo HDCP->DHCP
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrop7 committed Dec 9, 2010
1 parent 90f74f7 commit f915658
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions blog_channels.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Listener 4
DataProto 4
FrameDecider 4
BSocksClient 4
BHDCPClientCore 4
BHDCPClient 4
BDHCPClientCore 4
BDHCPClient 4
2 changes: 1 addition & 1 deletion dhcpclient/BDHCPClient.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

#include <dhcpclient/BDHCPClient.h>

#include <generated/blog_channel_BHDCPClient.h>
#include <generated/blog_channel_BDHCPClient.h>

#define COMPONENT_SOURCE 1
#define COMPONENT_SINK 2
Expand Down
2 changes: 1 addition & 1 deletion dhcpclient/BDHCPClientCore.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

#include <dhcpclient/BDHCPClientCore.h>

#include <generated/blog_channel_BHDCPClientCore.h>
#include <generated/blog_channel_BDHCPClientCore.h>

#define RESET_TIMEOUT 10000
#define REQUEST_TIMEOUT 3000
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef BLOG_CURRENT_CHANNEL
#undef BLOG_CURRENT_CHANNEL
#endif
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_BHDCPClient
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_BDHCPClient
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifdef BLOG_CURRENT_CHANNEL
#undef BLOG_CURRENT_CHANNEL
#endif
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_BHDCPClientCore
#define BLOG_CURRENT_CHANNEL BLOG_CHANNEL_BDHCPClientCore
4 changes: 2 additions & 2 deletions generated/blog_channels_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#define BLOG_CHANNEL_DataProto 12
#define BLOG_CHANNEL_FrameDecider 13
#define BLOG_CHANNEL_BSocksClient 14
#define BLOG_CHANNEL_BHDCPClientCore 15
#define BLOG_CHANNEL_BHDCPClient 16
#define BLOG_CHANNEL_BDHCPClientCore 15
#define BLOG_CHANNEL_BDHCPClient 16
#define BLOG_NUM_CHANNELS 17
4 changes: 2 additions & 2 deletions generated/blog_channels_list.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
{.name = "DataProto", .loglevel = 4},
{.name = "FrameDecider", .loglevel = 4},
{.name = "BSocksClient", .loglevel = 4},
{.name = "BHDCPClientCore", .loglevel = 4},
{.name = "BHDCPClient", .loglevel = 4},
{.name = "BDHCPClientCore", .loglevel = 4},
{.name = "BDHCPClient", .loglevel = 4},

0 comments on commit f915658

Please sign in to comment.