aboutsummaryrefslogtreecommitdiffhomepage
path: root/history.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-05 13:33:07 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-05 13:33:07 -0800
commit40ec2303ffe07b44ea31e9d3888b05cb44c89d39 (patch)
tree421d29f443c3bb90f6af0a4d527860e698f37cc4 /history.h
parent19eddddcffe9d49fc33d89b0e624ab9eae4e9ee4 (diff)
Make fish try to detect when it's an orphaned process and then exit politely
Diffstat (limited to 'history.h')
-rw-r--r--history.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/history.h b/history.h
index 296cd399..236b43d4 100644
--- a/history.h
+++ b/history.h
@@ -159,7 +159,7 @@ private:
/** Loads old if necessary */
bool load_old_if_needed(void);
-
+
/** Memory maps the history file if necessary */
bool mmap_if_needed(void);