summaryrefslogtreecommitdiff
path: root/src/libfaketime.c
diff options
context:
space:
mode:
authorWolfgang Hommel <wolfcw@users.noreply.github.com>2022-02-04 23:23:54 +0100
committerGitHub <noreply@github.com>2022-02-04 23:23:54 +0100
commitb0b9432ea4adabf8429ea52107eefd11f0fff907 (patch)
treed1883fe5c8b8d85196b243cc573b3f0938aa5a6d /src/libfaketime.c
parentf26242b655daf672a2e83b6ce669d8dec5f392ff (diff)
parent84fc2859234a86a335f91e1757c29e83c3af1d65 (diff)
downloadlibfaketime-b0b9432ea4adabf8429ea52107eefd11f0fff907.tar.gz
Merge pull request #367 from dkg/manpage-formatting
formatting cleanups
Diffstat (limited to 'src/libfaketime.c')
-rw-r--r--src/libfaketime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfaketime.c b/src/libfaketime.c
index 4ce88ca..09dced2 100644
--- a/src/libfaketime.c
+++ b/src/libfaketime.c
@@ -612,7 +612,7 @@ static void get_fake_monotonic_setting(int* current_value)
static void system_time_from_system (struct system_time_s * systime)
{
#ifdef __APPLEOSX__
- /* from http://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x */
+ /* from https://stackoverflow.com/questions/5167269/clock-gettime-alternative-in-mac-os-x */
clock_serv_t cclock;
mach_timespec_t mts;
host_get_clock_service(mach_host_self(), CALENDAR_CLOCK, &clock_serv_real);