|
From: Enlightenment C. <no...@cv...> - 2007-07-24 18:47:29
|
Enlightenment CVS committal
Author : englebass
Project : e17
Module : apps/e
Dir : e17/apps/e/src/modules/temperature
Modified Files:
e_mod_config.c
Log Message:
Fix warnings.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_config.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_mod_config.c 25 Mar 2007 22:46:21 -0000 1.33
+++ e_mod_config.c 24 Jul 2007 18:47:26 -0000 1.34
@@ -117,12 +117,11 @@
switch (cfdata->inst->sensor_type)
{
case SENSOR_TYPE_NONE:
- break;
case SENSOR_TYPE_FREEBSD:
- break;
case SENSOR_TYPE_OMNIBOOK:
- break;
case SENSOR_TYPE_LINUX_MACMINI:
+ case SENSOR_TYPE_LINUX_PBOOK:
+ case SENSOR_TYPE_LINUX_INTELCORETEMP:
break;
case SENSOR_TYPE_LINUX_I2C:
therms = temperature_get_i2c_files();
|