summaryrefslogtreecommitdiff
path: root/src/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgb.c')
-rw-r--r--src/rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rgb.c b/src/rgb.c
index 848ae1f..729898d 100644
--- a/src/rgb.c
+++ b/src/rgb.c
@@ -71,7 +71,7 @@ xpmReadRgbNames(
/* Loop reading each line in the file. */
n = 0;
- rgb = rgbn;
+ rgb = rgbn;
/* Quit if rgb text file has too many entries. */
while (fgets(line, sizeof(line), rgbf) && n < MAX_RGBNAMES) {