aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/color/rgb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/color/rgb.cpp')
-rw-r--r--src/utils/color/rgb.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/color/rgb.cpp b/src/utils/color/rgb.cpp
index c43b85c4..224c2ea0 100644
--- a/src/utils/color/rgb.cpp
+++ b/src/utils/color/rgb.cpp
@@ -168,4 +168,4 @@ namespace usdx
{
return (red == 255) && (green == 255) && (blue == 255);
}
-};
+}