Revision: 48387
          http://brlcad.svn.sourceforge.net/brlcad/?rev=48387&view=rev
Author:   brlcad
Date:     2012-01-11 15:13:52 +0000 (Wed, 11 Jan 2012)
Log Message:
-----------
wow, k&r main() but not the rest.

Modified Paths:
--------------
    brlcad/trunk/src/conv/g-nff.c

Modified: brlcad/trunk/src/conv/g-nff.c
===================================================================
--- brlcad/trunk/src/conv/g-nff.c       2012-01-11 15:13:17 UTC (rev 48386)
+++ brlcad/trunk/src/conv/g-nff.c       2012-01-11 15:13:52 UTC (rev 48387)
@@ -75,9 +75,7 @@
  * M A I N
  */
 int
-main(argc, argv)
-    int argc;
-    char *argv[];
+main(int argc, char *argv[])
 {
     FILE *fpf = NULL;  /* final output file */
     point_t model_center;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to