freebsd-ports/audio/tse3/files/patch-src_tse3_util_MulDiv.h
2004-08-14 20:36:15 +00:00

12 lines
No EOL
314 B
C

--- src/tse3/util/MulDiv.h 2004-07-13 13:42:54.169912152 -0400
+++ src/tse3/util/MulDiv.h 2004-07-13 13:48:05.942515512 -0400
@@ -34,7 +34,7 @@
* @return val * num / div (which coped with integer overflows)
*/
extern int muldiv(int val, int num, int div);
- };
+ }
}
#endif
)