aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Schickel2009-02-18 16:35:24 +0000
committerJohannes Schickel2009-02-18 16:35:24 +0000
commit1cb39726e5e2f1e12c7df67cd900d1e1a883ac4b (patch)
treeedc6be46a06b2d0ae045d48e55c33b2f1b0d225b /common
parent12b2757cf7b43e3597f092e8b67fd163237ae1aa (diff)
downloadscummvm-rg350-1cb39726e5e2f1e12c7df67cd900d1e1a883ac4b.tar.gz
scummvm-rg350-1cb39726e5e2f1e12c7df67cd900d1e1a883ac4b.tar.bz2
scummvm-rg350-1cb39726e5e2f1e12c7df67cd900d1e1a883ac4b.zip
Fix documentation, warning prints to stderr not stdout.
svn-id: r38490
Diffstat (limited to 'common')
-rw-r--r--common/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.h b/common/util.h
index 2cb9b8a722..5fc08f5263 100644
--- a/common/util.h
+++ b/common/util.h
@@ -273,7 +273,7 @@ inline void warning(const char *s, ...) {}
#else
/**
- * Print a warning message to the text console (stdout).
+ * Print a warning message to the text console (stderr).
* Automatically prepends the text "WARNING: " and appends
* an exclamation mark and a newline.
*/