You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
cb146cc872
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@115518 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
383 B
Diff
14 lines
383 B
Diff
--- ann2fig/ann2fig.cpp.orig 2010-01-27 22:40:01.000000000 -0600
|
|
+++ ann2fig/ann2fig.cpp 2014-01-03 17:48:22.000000000 -0600
|
|
@@ -580,8 +580,10 @@
|
|
// procedure.
|
|
//----------------------------------------------------------------------
|
|
|
|
+int
|
|
main(int argc, char **argv)
|
|
{
|
|
getArgs(argc, argv); // get input arguments
|
|
readANN(); // read the dump file
|
|
+ return 0;
|
|
}
|