summaryrefslogtreecommitdiff
path: root/src/rmd_get_frames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rmd_get_frames.c')
-rw-r--r--src/rmd_get_frames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmd_get_frames.c b/src/rmd_get_frames.c
index af52c3f..65f086f 100644
--- a/src/rmd_get_frames.c
+++ b/src/rmd_get_frames.c
@@ -151,7 +151,7 @@ static int rmdFirstFrame(ProgData *pdata, Image *image)
IPC_CREAT|0777);
if (image->shm_info.shmid == -1) {
- fprintf(stderr, "Failed to obtain Shared Memory segment!\n");
+ fprintf(stderr, "Failed to obtain shared memory segment!\n");
return 12;
}
© All Rights Reserved