Browse Source

Fix typo

git-svn-id: https://bucket.mit.edu/svn/nilm/acquisition/ethstream@8323 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/ethstream-1.3
jim 14 years ago
parent
commit
9cdb4ea77c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ue9.c

+ 1
- 1
ue9.c View File

@@ -404,7 +404,7 @@ int ue9_open(const char *host, int port)
return -1; return -1;
} }
debug("Connected to port %d\n", htons(port));
debug("Connected to port %d\n", port);


return fd; return fd;
} }


Loading…
Cancel
Save