summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/gui.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-09-13 09:16:31 +0100
committerVincent Sanders <vince@kyllikki.org>2016-09-13 09:16:31 +0100
commitc830d14d0bd06dda4eaf7de27ae97b826173afe1 (patch)
tree71eeef5f2c065dda983c41a34ae3c65addb0f814 /frontends/framebuffer/gui.c
parentfa5e6fcdf90907e238ea74edf4ffdba7656fb163 (diff)
downloadnetsurf-c830d14d0bd06dda4eaf7de27ae97b826173afe1.tar.gz
netsurf-c830d14d0bd06dda4eaf7de27ae97b826173afe1.tar.bz2
cleanup seevral doxygen warnings
Diffstat (limited to 'frontends/framebuffer/gui.c')
-rw-r--r--frontends/framebuffer/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/framebuffer/gui.c b/frontends/framebuffer/gui.c
index 4936116c2..4d4c7334f 100644
--- a/frontends/framebuffer/gui.c
+++ b/frontends/framebuffer/gui.c
@@ -112,7 +112,7 @@ static void die(const char *error)
/**
* Warn the user of an event.
*
- * \param[in] message A warning looked up in the message translation table
+ * \param[in] warning A warning looked up in the message translation table
* \param[in] detail Additional text to be displayed or NULL.
* \return NSERROR_OK on success or error code if there was a
* faliure displaying the message to the user.