[Pommed-commits] r281 - trunk/pommed

Julien Blache jblache at alioth.debian.org
Sat Feb 24 13:11:45 CET 2007


Author: jblache
Date: 2007-02-24 13:11:45 +0100 (Sat, 24 Feb 2007)
New Revision: 281

Modified:
   trunk/pommed/pommed.c
Log:
Add a newline to separate the last case.


Modified: trunk/pommed/pommed.c
===================================================================
--- trunk/pommed/pommed.c	2007-02-24 12:03:54 UTC (rev 280)
+++ trunk/pommed/pommed.c	2007-02-24 12:11:45 UTC (rev 281)
@@ -463,6 +463,7 @@
   /* PowerBook G4 12" */
   else if (strncmp(buffer, "PowerBook6,8", 12) == 0)
     ret = MACHINE_POWERBOOK_68;
+
   else
     logmsg(LOG_ERR, "Unknown Apple machine: %s", buffer);
   




More information about the Pommed-commits mailing list