Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv19820/include/asterisk

Modified Files:
        app.h 
Log Message:
Fix extra semicolon (bug #5617)


Index: app.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/app.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- app.h       3 Nov 2005 21:19:11 -0000       1.42
+++ app.h       6 Nov 2005 04:39:52 -0000       1.43
@@ -197,7 +197,7 @@
                unsigned int argc; \
                char *argv[0]; \
                arglist \
-       } name;
+       } name
 
 /*!
   \brief Performs the 'standard' argument separation process for an 
application.

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to