aboutsummaryrefslogtreecommitdiff
path: root/vcal.h
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-02-19 11:17:16 +0100
committerHugo Hörnquist <hugo@hornquist.se>2019-02-19 11:17:16 +0100
commitfc5512ffa6091544d8e310ab7b7876f05f73f2de (patch)
treec9a8248c38e265dee748515dcdc5f7d02be5c02f /vcal.h
parentNow it links, but segfaults. (diff)
downloadcalp-fc5512ffa6091544d8e310ab7b7876f05f73f2de.tar.gz
calp-fc5512ffa6091544d8e310ab7b7876f05f73f2de.tar.xz
Jag kan inte ens programmera på rätt dator...
Diffstat (limited to 'vcal.h')
-rw-r--r--vcal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcal.h b/vcal.h
index fb767820..93699a29 100644
--- a/vcal.h
+++ b/vcal.h
@@ -40,7 +40,8 @@ struct content_line {
this->values.cur()->params.push(p);
}
- inline void push_param_value (strbuf* value) { this->values.cur()->params.cur()->values.push(value); }
+ inline void push_param_value (strbuf* value)
+ { this->values.cur()->params.cur()->values.push(value); }
inline strbuf* value() { return &this->values.cur()->value; }