diff options
author | Matan Bareket | 2018-12-26 15:29:03 -0500 |
---|---|---|
committer | Matan Bareket | 2018-12-26 15:30:16 -0500 |
commit | 1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f (patch) | |
tree | d462094581c5353a9eade048f4e71c0c2d3cbae1 | |
parent | 112d60d1d1afe4dd17878b8c90d34c4282fac12b (diff) | |
download | scummvm-rg350-1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f.tar.gz scummvm-rg350-1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f.tar.bz2 scummvm-rg350-1474ca4ab3a4a2fc08daa48c5d699ab76e34e85f.zip |
JANITORIAL: Fix comment style for kFeatureSystemBrowserDialog
-rw-r--r-- | common/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h index b336708814..22f67df9b1 100644 --- a/common/system.h +++ b/common/system.h @@ -407,7 +407,7 @@ public: /** * Supports for using the native system file browser dialog - through the DialogManager. + * through the DialogManager. */ kFeatureSystemBrowserDialog |