Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-compat-util.h: add missing semicolon after struct itimerval
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index f587749b7cf6a74be376792eb0ad70b7e5e4f597..f7fae2060771ba62b33dec67c72253517e880a3a 100644
(file)
--- a/
git-compat-util.h
+++ b/
git-compat-util.h
@@
-191,7
+191,7
@@
extern int compat_mkdir_wo_trailing_slash(const char*, mode_t);
struct itimerval {
struct timeval it_interval;
struct timeval it_value;
-}
+}
;
#endif
#ifdef NO_SETITIMER