author | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 17 Jan 2007 06:47:25 +0000 (01:47 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Wed, 17 Jan 2007 06:47:25 +0000 (01:47 -0500) | ||
commit | fd99224eec67d89f970b207e7db031b7c58e812e | |
tree | 5889c83cf18bdc2d642ddb8dfef609db343b12ef | tree | snapshot |
parent | 6f64f6d9d2b12cdae1648cbf536685c888f3b981 | commit | diff |
Declare no-arg functions as (void) in fast-import.
Apparently the git convention is to declare any function which
takes no arguments as taking void. I did not do this during the
early fast-import development, but should have.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Apparently the git convention is to declare any function which
takes no arguments as taking void. I did not do this during the
early fast-import development, but should have.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
fast-import.c | diff | blob | history |