Skip to content

Commit

Permalink
removing trailing newline to keep C happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Dekorte authored and Steve Dekorte committed Oct 21, 2009
1 parent b7e864b commit b0bf11d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/386-ucontext.h
Expand Up @@ -4,7 +4,7 @@ typedef struct mcontext mcontext_t;
typedef struct ucontext ucontext_t;

extern int swapcontext(ucontext_t*, const ucontext_t*);
extern void makecontext(ucontext_t*, void(*)(), int, ...);
extern void makecontext(ucontext_t*, void(*)(void), int, ...);
extern int getmcontext(mcontext_t*);
extern void setmcontext(const mcontext_t*);

Expand Down
2 changes: 1 addition & 1 deletion source/taskimpl.h
Expand Up @@ -182,4 +182,4 @@ extern Task *taskrunning;
extern int taskcount;
*/

#endif
#endif

0 comments on commit b0bf11d

Please sign in to comment.