Skip to content

Commit

Permalink
Changed the style of breaking up a long string.
Browse files Browse the repository at this point in the history
  • Loading branch information
profil committed Feb 21, 2011
1 parent f542daa commit 52f34c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ int main() {
int s, c;
struct sockaddr_in dest;
FILE *fp;
char *mess = "NICK aegc\r\nUSER foo 8 * :bar\r\nJOIN #cout.dev\r\n\
PRIVMSG #cout.dev :profil\r\nPART #cout.dev\r\nQUIT\r\n";
char *mess = "NICK aegc\r\nUSER foo 8 * :bar\r\nJOIN #cout.dev\r\n"
"PRIVMSG #cout.dev :profil\r\nPART #cout.dev\r\nQUIT\r\n";


if((s = socket(AF_INET, SOCK_STREAM, 0))<0) {
Expand Down

0 comments on commit 52f34c2

Please sign in to comment.