diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2007-08-04 10:14:49 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:10 +0200 |
commit | b7e9f279ca67c2778c108a9c034ed87115d05f1e (patch) | |
tree | 1a25de3c736b321234ae412cc9fde7d3c1d6df32 /i386 | |
parent | bc32a90d3280e0be57812abe211f06cd7dfae0af (diff) |
fix trivial syntax error
Diffstat (limited to 'i386')
-rw-r--r-- | i386/i386/sched_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/sched_param.h b/i386/i386/sched_param.h index cb372e5..e7e855f 100644 --- a/i386/i386/sched_param.h +++ b/i386/i386/sched_param.h @@ -37,4 +37,4 @@ #define PRI_SHIFT 18 -#endif _I386_SCHED_PARAM_H_ +#endif /* _I386_SCHED_PARAM_H_ */ |