gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-commit] /srv/bzr/gnash/trunk r11521: drop extraneous semi-col


From: Andrea Palmatè
Subject: Re: [Gnash-commit] /srv/bzr/gnash/trunk r11521: drop extraneous semi-colons and commas.
Date: Thu, 24 Sep 2009 19:51:53 +0200


Il giorno 24/set/09, alle ore 18:32, Rob Savoye ha scritto:


 libnet/network.cpp

=== modified file 'libnet/network.cpp'
--- a/libnet/network.cpp        2009-09-21 02:56:49 +0000
+++ b/libnet/network.cpp        2009-09-24 16:32:22 +0000
@@ -388,7 +388,7 @@
struct sockaddr_un {
    sa_family_t sun_family; /* AF_UNIX */
    char sun_path[UNIX_PATH_MAX];   /* pathname */
-};
+}

#endif /* _WIN32 */

This ; is needed otherwise there will be an error during compilation

Andrea




reply via email to

[Prev in Thread] Current Thread [Next in Thread]