]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in stub_time.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 31 Oct 2013 15:31:39 +0000 (16:31 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 31 Oct 2013 15:31:39 +0000 (16:31 +0100)
src/tests/stub_time.cc

index 1366b267923240397a0c68ce47991573538ce2da..f4064904a7c1a2d559629c87bbe4a18ab5cd102a 100644 (file)
@@ -8,7 +8,7 @@ struct timeval current_time;
 double current_dtime;
 time_t squid_curtime = 0;
 
-time_t getCurrentTime(void) STUB__RETVAL(0)
+time_t getCurrentTime(void) STUB_RETVAL(0)
 int tvSubMsec(struct timeval, struct timeval) STUB_RETVAL(0)
 const char * Time::FormatStrf(time_t ) STUB_RETVAL("")
 const char * Time::FormatHttpd(time_t ) STUB_RETVAL("")