Revision: 42024
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42024&view=rev
Author:   starseeker
Date:     2011-01-07 20:20:54 +0000 (Fri, 07 Jan 2011)

Log Message:
-----------
Whoops, missing semicolon

Modified Paths:
--------------
    brlcad/branches/cmake/src/libfft/fft.h

Modified: brlcad/branches/cmake/src/libfft/fft.h
===================================================================
--- brlcad/branches/cmake/src/libfft/fft.h      2011-01-07 20:05:39 UTC (rev 
42023)
+++ brlcad/branches/cmake/src/libfft/fft.h      2011-01-07 20:20:54 UTC (rev 
42024)
@@ -59,7 +59,7 @@
 FFT_EXPORT extern void irfft(double *X, int n);
 FFT_EXPORT extern void cfft(COMPLEX *dat, int num);
 FFT_EXPORT extern void icfft(COMPLEX *dat, int num);
-FFT_EXPORT extern void cdiv(COMPLEX *result, COMPLEX *val1, COMPLEX *val2)
+FFT_EXPORT extern void cdiv(COMPLEX *result, COMPLEX *val1, COMPLEX *val2);
 
 /* These should come from a generated header, but until
  * CMake is live we'll just add the ones used by our current code */


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

------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to