Skip to content

Commit

Permalink
fix typo, misplaced character
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Nov 1, 2011
1 parent f747ea1 commit c34e000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alarm.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ posix_alarm_set(FLOATVAL wait)
#else
const int MIL = 1000000;
struct itimerval itmr;
int sec, usec;e sr
int sec, usec;

sec = (int) wait;
usec = (int) ((wait - sec) * MIL);
Expand Down

0 comments on commit c34e000

Please sign in to comment.