aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2011-08-25 16:03:37 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2011-08-25 16:03:37 -0400
commit2f7966a302d57cf2178c63b0b56f22c27d631ff4 (patch)
tree88ec7884246706e2a77e51e95e9acfe49f923b03
parent9ba17d2952473ccb910d8c3cf56ee7d5bd5d93c3 (diff)
parent48d21f2456a04171907343e4e422f19fff4d365f (diff)
merge with masterwip-mc
-rw-r--r--bin/rtspin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c
index 021d6ae..28c4a4e 100644
--- a/bin/rtspin.c
+++ b/bin/rtspin.c
@@ -161,7 +161,7 @@ static int job(double exec_time, double program_end)
161 } 161 }
162} 162}
163 163
164#define OPTSTR "p:c:wlveo:f:s:m:" 164#define OPTSTR "p:c:wldveo:f:s:m:"
165 165
166int main(int argc, char** argv) 166int main(int argc, char** argv)
167{ 167{