Skip to content

Commit

Permalink
Fixed duplicate switch case warning in DMU_GetValue
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Mar 28, 2012
1 parent 18c87f2 commit a5fba65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doomsday/engine/portable/src/p_dmu.c
Expand Up @@ -1291,7 +1291,6 @@ void DMU_GetValue(valuetype_t valueType, const void* src, setargs_t* args,
case DDVT_FLOAT:
args->floatValues[index] = *s;
break;
case DDVT_DOUBLE:
case DDVT_DOUBLE:
args->doubleValues[index] = (double)*s;
break;
Expand Down

0 comments on commit a5fba65

Please sign in to comment.