From 37b0dae29dc9a93677a494c71f5c23e475bd0266 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Jan 2015 03:59:10 +0100 Subject: [PATCH] content.c - Nit --- content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.c b/content.c index 662870115c..1d457d5a61 100644 --- a/content.c +++ b/content.c @@ -264,7 +264,7 @@ bool save_state(const char *path) /** * load_state: - * @path - path that state will be loaded from. + * @path : path that state will be loaded from. * * Load a state from disk to memory. *